Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with npm start, could be dependencies? #16

Open
kuwts opened this issue Aug 6, 2021 · 0 comments
Open

Error with npm start, could be dependencies? #16

kuwts opened this issue Aug 6, 2021 · 0 comments

Comments

@kuwts
Copy link

kuwts commented Aug 6, 2021

Whenever running npm start, I keep getting this error response:

npm start
(node:56504) ExperimentalWarning: The fs.promises API is experimental

> [email protected] start
> npm run dev

(node:56505) ExperimentalWarning: The fs.promises API is experimental

> [email protected] dev
> run-s clean eleventy:dev --print-label

[clean       ] (node:56510) ExperimentalWarning: The fs.promises API is experimental
[clean       ] 
[clean       ] > [email protected] clean
[clean       ] > del-cli dist
[clean       ] 
[clean       ] /Users/dancutz/Downloads/JustBet-master/node_modules/del-cli/cli.js:2
[clean       ] import meow from 'meow';
[clean       ]        ^^^^
[clean       ] 
[clean       ] SyntaxError: Unexpected identifier
[clean       ]     at Module._compile (internal/modules/cjs/loader.js:723:23)
[clean       ]     at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
[clean       ]     at Module.load (internal/modules/cjs/loader.js:653:32)
[clean       ]     at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
[clean       ]     at Function.Module._load (internal/modules/cjs/loader.js:585:3)
[clean       ]     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
[clean       ]     at startup (internal/bootstrap/node.js:283:19)
[clean       ]     at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
ERROR: "clean" exited with 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant