Open
Description
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
Labels
No labels