Installing v2.0.6 via NPM installs v2.0.4
See original GitHub issueI’ve just tried installing this library via NPM and both npm install gyronorm -S
and npm install gyronorm@2.0.6 -S
are installing the library, and adding v2.0.6 as the dependency in package.json file, but the code downloaded and in the node_modules folder is the code for v2.0.4.
I’ve managed a workaround by adding this as the dependency in my package.json
"gyronorm": "git://github.com/dorukeker/gyronorm.js.git#v2.0.6",
Can someone else try installing v2.0.6 via NPM and check the node_module folder to confirm this is an issue?
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
node - npm
Start using node in your project by running `npm i node`. There are 547 other projects in the ... Published. 14.21.2. 18,004. 15...
Read more >npm install : unable to install dependencies in Windows 10
I am using Windows 10 and installed node-v6.9.1-x64. Here is the project link which I am trying to build for Android platform and...
Read more >juliancwirko:postcss - Packosphere
It seems that this package works quite well with Meteor 1.4.2, but because of ... meteor npm install --save-dev postcss@6.0.22 postcss-load-config@1.2.0 ...
Read more >Server Installation | Socket.IO
Please make sure that Node.js is installed on your system. ... There are 2 optional packages that can be installed alongside this package....
Read more >nodeenv · PyPI
nodeenv --list 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6 0.1.0 0.1.2 0.1.3 0.1.4 ... Install node.js “0.4.3” without ssl support with 4 parallel commands...
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 Free
Top 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
Hi there! Also having this issue. OSX running node@6.11.0 and yarn version 0.24.6
For now i’ve reverted to using the github repo url, eg:
yarn install https://github.com/dorukeker/gyronorm.js.git
Hello, Just a feedback: I still have this issue PC only. Super weird and the NPM people could not find out what is going on. I assume it will be fixed with the next version push. For now please use the workaround mentioned by @glennflanagan
Cheers, Doruk