Skip to content

Can't npm install on windows #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tomgasson opened this issue Jul 24, 2015 · 1 comment
Closed

Can't npm install on windows #314

tomgasson opened this issue Jul 24, 2015 · 1 comment

Comments

@tomgasson
Copy link

Using shell scripts excludes all windows users. Can you switch to using a js based build?

C:\dev\src>npm install --save redux



> redux@0.12.0 prepublish C:\dev\src\redux
> scripts/prepublish

'scripts' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! addLocalDirectory Could not pack C:\dev\src\redux to C:\Users\tom.gasson\AppData\Roaming\npm-cache\redux\0.12.0\package.tgz
npm ERR! addLocal Could not install C:\dev\src\redux
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files (x86)\\iojs\\node.exe" "C:\\Program Files (x86)\\iojs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "redux"
npm ERR! node v2.4.0
npm ERR! npm  v2.13.0
npm ERR! code ELIFECYCLE
npm ERR! redux@0.12.0 prepublish: `scripts/prepublish`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the redux@0.12.0 prepublish script 'scripts/prepublish'.
npm ERR! This is most likely a problem with the redux package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     scripts/prepublish
npm ERR! You can get their info via:
npm ERR!     npm owner ls redux
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\dev\src\npm-debug.log
@tomgasson
Copy link
Author

Just noticed this was fixed in #94 Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant