Commands in package.json broke windows compatibility
See original GitHub issuenpm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\tools\\nodejs\\node.exe" "C:\\Users\\...\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v4.0.0
npm ERR! npm v3.3.3
npm ERR! code ELIFECYCLE
npm ERR! @este/universal@ preinstall: `(cd web && npm link ../common) && (cd native && npm link ../common)`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @este/universal@ preinstall script '(cd web && npm link ../common) && (cd native && npm link ../common)'.
Issue Analytics
- State:
- Created 8 years ago
- Comments:22 (15 by maintainers)
Top Results From Across the Web
same package.json doesn't run in windows and mac
Sometimes minor version changes can break things. There might be some monor version change happened from the time you did npm install on ......
Read more >package.json - npm Docs
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a...
Read more >package.json Quick Start Guide | phoenixNAP KB
Learn how the package.json file lets you automatically manage various Node.js package metadata, such as project dependencies in this guide.
Read more >Three Things You Didn't Know You Could Do with npm Scripts
npm scripts are a great way to automate common tasks during your Node.js development flow. In this blog post we'll cover the basics...
Read more >Managing dependencies - AWS Documentation
Either command updates the packages in node_modules to the latest versions that satisfy the rules in package.json . However, they do not update...
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
Exactly these commands are problem.
“Windows (powershell) way”…
@grabbou And now you see why I prefer Gulp - because Node.js ensures scripting is cross platform. Npm script are ok unless they are just aliases imho.