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
I've just tried installing this library via NPM and both
npm install gyronorm -Sandnpm install gyronorm@2.0.6 -Sare 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
Can someone else try installing v2.0.6 via NPM and check the node_module folder to confirm this is an issue?
Thanks