React-redux-universal-hot-example: sh: concurrent: command not found

Created on 23 Mar 2016  ·  4Comments  ·  Source: erikras/react-redux-universal-hot-example

(master) % npm install concurrent                                                                                                         ~/work/financiar/fe
[email protected] /Users/c/work/financiar/fe
└── [email protected]  extraneous

(master) % npm run dev                                                                                                                    ~/work/financiar/fe

> [email protected] dev /Users/c/work/financiar/fe
> concurrent --kill-others "npm run watch-client" "npm run start-dev" "npm run start-dev-api"

sh: concurrent: command not found

npm ERR! Darwin 15.3.0
npm ERR! argv "/usr/local/Cellar/node/5.8.0/bin/node" "/usr/local/bin/npm" "run" "dev"
npm ERR! node v5.8.0
npm ERR! npm  v3.7.3
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] dev: `concurrent --kill-others "npm run watch-client" "npm run start-dev" "npm run start-dev-api"`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] dev script 'concurrent --kill-others "npm run watch-client" "npm run start-dev" "npm run start-dev-api"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the react-redux-universal-hot-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     concurrent --kill-others "npm run watch-client" "npm run start-dev" "npm run start-dev-api"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs react-redux-universal-hot-example
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls react-redux-universal-hot-example
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/c/work/financiar/fe/npm-debug.log
(master) [1] % npm -v                                                                                                                     ~/work/financiar/fe
3.7.3
(master) % node -v                                                                                                                        ~/work/financiar/fe
v5.8.0
(master) % npm bugs react-redux-universal-hot-example                                                                                     ~/work/financiar/fe
(master) %

Most helpful comment

i believe "belive" with "e"

All 4 comments

Turned out that after a brew upgrate && brew update node && npm updated and lost path to the global installed packs.
This was helpfull for solving my problem.

Good luck.

brew upgrate && brew update

brew upgrade && brew update
I belive "upgrade" with "d"

i believe "belive" with "e"

I believe 'I' with "i"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eromoe picture eromoe  ·  5Comments

bdsabian picture bdsabian  ·  6Comments

jorgehmv picture jorgehmv  ·  3Comments

sauravskumar picture sauravskumar  ·  6Comments

korczis picture korczis  ·  3Comments