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.

Installing v2.0.6 via NPM installs v2.0.4

See original GitHub issue

I’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:open
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
glomotioncommented, Jun 15, 2017

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

0reactions
dorukekercommented, Sep 10, 2017

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

Read more comments on GitHub >

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

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