`npm install` for version 2.0.4 does not work on Windows machines
See original GitHub issuerunning npm install autonumeric --save yields a post install script error on windows machines:
223 error Tell the author that this fails on your system:
223 error test -e node_modules/phantomjs-prebuilt/install.js && node node_modules/phantomjs-prebuilt/install.js; true
The problem probably occurs because “test” is a bash command that is not available from the windows command interpreter.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
This npm install is not working on Windows - node.js
Depending on the version you installed, UAC settings, and CPU architecture ... If npm install is not working, then you can use this...
Read more >Common errors | npm Docs
Broken npm installation; Random errors; No compatible version found; Permissions errors ... npm not running the latest version on a Windows machine ......
Read more >How to fix 'npm does not support Node.js v14' error on ...
My first attempt was updating over the top of my existing node.js installation. I then tried uninstalling node.js installation (Windows Add/ ...
Read more >How to set up TypeScript
To do this, run npm install -g typescript . This will install the latest version (currently 4.9). An alternative is to use npx...
Read more >Installation | Yarn
These instructions only cover Yarn versions prior to 2.0. ... Once you have npm installed you can run the following both to install...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AlexandreBonneau Thanks Alexandre! Nice work! I have opened additional issues for the build problems.
@jsmarsch good to hear! I’ll close this issue then.
About the browserify problem, please open a new issue so we can keep different problems cleanly separated. Feel free to edit your last comment to post the relevant information to that other issue.