erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

'better-npm-run' is not recognized as an internal or external command #1321

Open karlpatrickespiritu opened 7 years ago

karlpatrickespiritu commented 7 years ago
$ npm install react-redux-universal-hot-example --save-dev

> react-router@2.0.0 postinstall C:\Users\Private\Development\web\react-shop\node_modules\react-router
> node ./npm-scripts/postinstall.js

> react-redux-universal-hot-example@0.9.0 postinstall C:\Users\Private\Development\web\react-shop\node_modules\react-redux-universal-hot-example
> npm run build

> react-redux-universal-hot-example@0.9.0 build C:\Users\Private\Development\web\react-shop\node_modules\react-redux-universal-hot-example
> better-npm-run build

'better-npm-run' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Private\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
npm ERR! node v6.6.0
npm ERR! npm  v4.0.2
npm ERR! code ELIFECYCLE
npm ERR! react-redux-universal-hot-example@0.9.0 build: `better-npm-run build`
npm ERR! Exit status 1
shamanthmps commented 6 years ago

Try "npm update" from command prompt