erikras / erikras/react-redux-universal-hot-example
'better-npm-run' is not recognized as an internal or external command
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
````cli
$ 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
````
Contributor guide
Research direction
Start by reproducing the reported npm install on Windows with Node 6.6.0 and npm 4.0.2. Inspect the package's postinstall and build scripts, especially the `better-npm-run build` command. Done means installation completes without the command-not-found error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100