- Run
npm run typecheckandnpm testfirst. - Remove generated folders and retry:
rm -rf src dist && npm run init. - For automation, pass full flags:
npm run init -- --script ts --style scss --markup pug --yes.
If your environment blocks registry packages, lint dependencies may not install.
Use npm run typecheck + npm test as a fallback until package access is available.
- Ensure Node 18+.
- Ensure dependencies are installed with
npm install. - Re-run init to regenerate
gulpfile.jsafter changing options.
Provide all required flags together:
--script--style--markup
Optional flags:
--normalize--reset--yes/-y