StephenGrider / FullstackReactCode

Companion repo to https://www.udemy.com/node-with-react-fullstack-web-development
1.39k stars 1.17k forks source link

sh: 1: concurrently: Permission denied #15

Open GitKilla opened 6 years ago

GitKilla commented 6 years ago

Working fine up until concurrently execution to run react and express, then after adjusting package.json gives the following error:

ss

GitKilla commented 6 years ago

Here is the debug log they reference:

debuglog

Blimeys commented 6 years ago

Try to delete /node_modules and run npm install this happens sometimes

GitKilla commented 6 years ago

I used a catchall and just made chmod recursively set the file permissions to 777. Is that bad practice?

nguemechieu commented 2 years ago

I ran into the same issue using linux OS and Vscode.It was pretty much hard to figure out what to do next. So, to solve this issue all you have to do is:

Remove Node
If in OSX run brew uninstall node
Delete the dir node_modules
Install Node again globally
Again, if in OSX run brew install -g node
Run npm install

Run npm start and feel a smile growing slowly in your face