Linked Questions

2 votes
2 answers
2k views

I'm going through the official react tutorial and wish to use my own text editor; so I followed their instructions and made it all the way to the point where I create my app via "npx create-react-app ...
Benji's user avatar
  • 29
1 vote
1 answer
889 views

My server works well when I run node app.js. However, I am trying to use nodemon to run my server and it doesn't start. npm start shows the following error: npm ERR! code ELIFECYCLE npm ERR! errno ...
Mariana Soto's user avatar
0 votes
0 answers
114 views

enter image description herewhen i execute react start command every time error called ELIFECYCLE appears. i also reinstalled node several times.but still this error appears. you can see the error ...
vrajesh's user avatar
  • 11
1 vote
0 answers
61 views

0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\\Windows\\System32\\node.exe', 1 verbose cli 'C:\\Users\\Ratan\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js', 1 ...
ratan paruchuri's user avatar
670 votes
51 answers
1.4m views

When I run an Ionic 3 project using the ionic serve command, then I am getting this error:
Himanshu Shekhar's user avatar
886 votes
34 answers
3.4m views

After pulling down a module from GitHub and following the instructions to build it, I try pulling it into an existing project using: > npm install ../faye This appears to do the trick: > npm ...
Dave Causey's user avatar
  • 14.3k
739 votes
24 answers
1.2m views

I need a way to recursively delete a folder and its children. Is there a prebuilt tool for this, or do I need to write one? DEL /S doesn't delete directories. DELTREE was removed from Windows 2000+
FlySwat's user avatar
  • 176k
332 votes
16 answers
783k views

I have started a Node server through the plugin of an IDE. Unfortunately, I cannot use the IDE's terminal. So I tried to run the script from the command line. This is the problem - I am using the ...
KA.'s user avatar
  • 4,554
246 votes
8 answers
356k views

In a team set up, usually, I have faced merge conflicts in package-lock.json and my quick fix has always been to delete the file and regenerate it with npm install. I have not seriously thought about ...
John Mutuma's user avatar
  • 3,670
48 votes
25 answers
110k views

I'm new to coding and having issues with why I can no longer get React set up correctly. I struggled with this last week and then finally managed it. But now I have had the same issue again and ...
Alice's user avatar
  • 646
76 votes
11 answers
92k views

I am facing an exception while ng build (generating ES5 bundles for differential loading...) An unhandled exception occured: Call retires were exceeded Used versions: Angular-CLI: 8.3.20 Angular: 8.2....
Savan Gadhiya's user avatar
35 votes
9 answers
109k views

When I tried to run npm run dev in my nuxt project, my console returned this message: 'nuxt' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ...
Marquezz's user avatar
  • 1,351
24 votes
5 answers
63k views

I have next errors output running npm command for my laravel 5.6 with bootstrap project: $ npm run dev > @ dev /mnt/_work_sdb8/wwwroot/lar/B4test > npm run development > @ development /mnt/...
user2339232's user avatar
8 votes
13 answers
40k views

Whenever I run npm run dev I get this error. I've tried to delete node_modules and reinstall it using npm install but that didn't work. Then I tried to delete both node_modules and package-lock.json ...
Jahmar Lawrence's user avatar
19 votes
4 answers
36k views

To download the necessary modules(MSS), navigate with the terminal to the local folder on which the repository has been cloned by launching: npm install then I try to build the I project with: npm ...
Licemoon's user avatar
  • 191

15 30 50 per page
1
2 3 4 5
7