when I run npm run dev i show these errors
See original GitHub issuewhen I run npm run dev i show these errors 0xJsStarterProject@0.0.0 dev C:\Users\hicham\Desktop\project\0x npm run build; node ./lib/index.js
m ERR! missing script: build;
m ERR! A complete log of this run can be found in:
m ERR! C:\Users\hicham\AppData\Roaming\npm-cache_logs\2018-01-12T16_07_12
80Z-debug.log
m ERR! code ELIFECYCLE
m ERR! errno 1
m ERR! 0xJsStarterProject@0.0.0 dev: npm run build; node ./lib/index.js
m ERR! Exit status 1
m ERR!
m ERR! Failed at the 0xJsStarterProject@0.0.0 dev script.
m ERR! This is probably not a problem with npm. There is likely additional log
ng output above.
m ERR! A complete log of this run can be found in: m ERR! C:\Users\hicham\AppData\Roaming\npm-cache_logs\2018-01-12T16_07_12 58Z-debug.log
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why I can not run Npm run dev? - Stack Overflow
Basically delete the node_modules folder and package-lock.json file , clear cache and do an npm install. Worked for me.
Read more >npm run dev error - Laracasts
I am getting this error message and trying to fix it: This is what I did: delete vendor delete node_modules. npm install composer...
Read more >Error on npm run dev with Laravel Project · Issue #2761 - GitHub
Hi, I get following error when i am try to run npm run dev command on windows power-shell ... A complete log of...
Read more >How To Fix “Laravel Mix NPM run dev error” - YouTube
This video will help you to solve the annoying “Laravel Mix NPM run dev error ” that you probably have seen before when...
Read more >npm run dev Is Not Working In Laravel 8 - Error Fixed - YouTube
Your browser can't play this video. ... npm run dev Is Not Working In Laravel 8 - Error Fixed ... Show more. Show...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi @natez1
We will investigate the issue on windows shortly. In the mean time, you can run the commands individually.
This project has been updated to support Windows. Please let me know if you experience any further issues. I was able to successfully get it all running on an AWS Windows machine.