gjv icon indicating copy to clipboard operation
gjv copied to clipboard

Issue installing

Open Haroenv opened this issue 8 years ago • 11 comments

When installing, I get these errors:

gist

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN excluding symbolic link test/symlinks/dir1/dangling-symlink -> does-not-exist

> [email protected] preinstall /usr/local/lib/node_modules/.staging/gdal-29784b8e
> npm install node-pre-gyp

/usr/local/bin/node-pre-gyp -> /usr/local/lib/node_modules/node-pre-gyp/bin/node-pre-gyp
/usr/local/lib
└── [email protected] 

/usr/local/lib
└── (empty)

npm WARN [email protected] requires a peer of browserify@>= 5 but none was installed.
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/Cellar/node/5.5.0/bin/node" "/usr/local/bin/npm" "i" "-g" "gjv"
npm ERR! node v6.2.0
npm ERR! npm  v3.9.2
npm ERR! path /usr/local/lib/node_modules/.staging/abbrev-e7c9c4ba
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename

npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-e7c9c4ba' -> '/usr/local/lib/node_modules/gjv/node_modules/abbrev'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-e7c9c4ba' -> '/usr/local/lib/node_modules/gjv/node_modules/abbrev'
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/haroenv/git/gipod-to-geojson/npm-debug.log
npm ERR! code 1

Haroenv avatar May 22 '16 13:05 Haroenv

@Haroenv hmm - what are your node and npm versions? node -v and npm -v

anandthakker avatar May 22 '16 13:05 anandthakker

It's in the debug fragment:

npm ERR! node v6.2.0
npm ERR! npm  v3.9.2

Haroenv avatar May 22 '16 13:05 Haroenv

Ah, whoops! Sorry! No super specific theories here, but I'll see if I can reproduce with that node/npm version later.

anandthakker avatar May 22 '16 13:05 anandthakker

I saw something about some peer dependencies browserify and minifyify but after installing those there was still that error.

Haroenv avatar May 22 '16 14:05 Haroenv

@Haroenv I'm stumped -- it looks like it's some kind of missing file problem with a package called abbrev (which must be used by some dependency). Silly question, but: have you tried just retrying the install?

anandthakker avatar May 23 '16 11:05 anandthakker

Same issue here. Curious what versions of each you are running successfully?

stevenvandervalk avatar May 30 '16 00:05 stevenvandervalk

Same issue here too.

bhaskarvk avatar Oct 27 '16 14:10 bhaskarvk

I had this problem when I only had browserify installed globally. When I installed it in the directory it worked OK.

gareththackeray avatar May 24 '17 13:05 gareththackeray

FYI, just tried this again, and installing doesn’t give warnings for me, but when runninggjv it shows an empty electron window and

[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0

Haroenv avatar May 24 '17 14:05 Haroenv

Also having the issue above ^^^

sleep-drifter avatar Oct 24 '18 22:10 sleep-drifter

I too am exhibiting the broken kqueue log / error

fbartho avatar Nov 05 '18 23:11 fbartho