parro-it / electron-google-oauth

Google api access token in electron
MIT License
56 stars 16 forks source link

npm install error #7

Closed Thomas101 closed 8 years ago

Thomas101 commented 8 years ago

Hey,

1.3.0 seems to have stopped working when you do an install from npm. If you npm init a fresh project and install you get the following...

MacBook-Pro:t Tom$ npm install --save electron-google-oauth
npm WARN package.json t@1.0.0 No description
npm WARN package.json t@1.0.0 No repository field.
npm WARN package.json t@1.0.0 No README data
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "electron-google-oauth"
npm ERR! node v4.2.4
npm ERR! npm  v2.14.12
npm ERR! path /Users/Tom/Desktop/t/node_modules/electron-google-oauth/dist/bin.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod

npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/Tom/Desktop/t/node_modules/electron-google-oauth/dist/bin.js'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/Tom/Desktop/t/npm-debug.log
parro-it commented 8 years ago

Something went wrong during the publish phase, I guess. I published version 1.3.1 that appear to solve the problem. I tested it on wmail, but please confirm that it's working for you too.

Thomas101 commented 8 years ago

That looks like its working thanks! Travis has stopped complaining :-)

On Sun, 31 Jan 2016, 6:49 p.m. Andrea Parodi notifications@github.com wrote:

Closed #7 https://github.com/parro-it/electron-google-oauth/issues/7.

— Reply to this email directly or view it on GitHub https://github.com/parro-it/electron-google-oauth/issues/7#event-533250503 .

parro-it commented 8 years ago

You're welcome, sorry for the inconvenience...