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

Keep having problems with npm run watch #244

Closed
snake2401 opened this issue Sep 16, 2020 · 6 comments
Closed

Keep having problems with npm run watch #244

snake2401 opened this issue Sep 16, 2020 · 6 comments

Comments

@snake2401
Copy link

I seem to keep on having problems with running the npm commands... After nmp install i try to run the watch script but seems to get the error:

npm ERR! code ELIFECYCLE
npm ERR! errno 1

I dont know if it 's got something to do with the luxe config, but my other luxe projects seem to have no problems...
Cleared my caches, dit a reintall, updates node, run audit fixes...

@snake2401 snake2401 changed the title Keep having prodblems with npm run watch Keep having problems with npm run watch Sep 16, 2020
@brettsmason
Copy link
Owner

Hi @snake2401 I've not experienced that myself.
Have you tried deleting the node_modules folder? Eg rm -r node_modules?
Is this a fresh copy of Luxe, or has it been modified at all?

@snake2401
Copy link
Author

snake2401 commented Sep 16, 2020 via email

@snake2401
Copy link
Author

snake2401 commented Sep 16, 2020 via email

@tiborp
Copy link
Contributor

tiborp commented Sep 17, 2020

See error message:
wanted: {"node":">=10.14","npm":">=6","yarn":">=1"} (current: {"node":"9.11.1","npm":"6.14.4"})

@snake2401
Copy link
Author

snake2401 commented Sep 17, 2020 via email

@brettsmason
Copy link
Owner

Glad you got it working, and thanks @tiborp for helping out 😃
I'd suggest running at least the most up to date LTS version of node (12.18.4 at the moment).

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

3 participants