Skip to content

Clean run doesn't work off master #3

Open
@auser

Description

@auser

The commands I've run:

git clone https://github.com/codechips/sapper-with-postcss-and-tailwind.git template
cd template
npm install
npm run dev

The output:

❯ npm run dev


> [email protected] dev /template
> run-p watch:*


> [email protected] watch:dev /template
> sapper dev


> [email protected] watch:css /template
> postcss src/assets/global.pcss -o static/global.css -w

✗ client
Cannot read property 'length' of undefined
✗ server
Cannot read property 'length' of undefined
internal/modules/cjs/loader.js:1033
  throw err;
  ^

Error: Cannot find module '/template/__sapper__/dev/server/server.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1030:15)
    at Function.Module._load (internal/modules/cjs/loader.js:899:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
> Server crashed

Any ideas where or why this might be happening?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions