intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
121 stars 156 forks source link

npm install fails on version 2.0.1 #68

Closed BukeMan closed 4 years ago

BukeMan commented 4 years ago

Latest version fails to install using npm install command.

shell output:

npm WARN qbo-token-refresh-function@1.0.0 No repository field.
npm WARN qbo-token-refresh-function@1.0.0 No license field.

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path C:\Users\xxxxx\source\repos\qbo-token-refresh-function\node_modules\intuit-oauth\bin\coveralls.js
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, chmod 'C:\Users\xxxxx\source\repos\qbo-token-refresh-function\node_modules\intuit-oauth\bin\coveralls.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\xxxxx\AppData\Roaming\npm-cache\_logs\2020-01-03T13_47_49_964Z-debug.log
abisalehalliprasan commented 4 years ago

@BukeMan : Kindly use the version 2.0.0 meanwhile. I am fixing the issue right now. Thanks.

abisalehalliprasan commented 4 years ago

@BukeMan : Its fixed with the new release 2.0.2

Thanks for bringing it to our attention.