question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`npm install` for version 2.0.4 does not work on Windows machines

See original GitHub issue

running 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:closed
  • Created 7 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jsmarschcommented, Jan 31, 2017

@AlexandreBonneau Thanks Alexandre! Nice work! I have opened additional issues for the build problems.

0reactions
AlexandreBonneaucommented, Jan 31, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found