TritonDataCenter / node-manta-sync

Rsync style command for Joyent's Manta
31 stars 9 forks source link

install failure on macOS 10.13 beta #30

Open bixu opened 6 years ago

bixu commented 6 years ago

error:

$ npm install -g manta-sync
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
/usr/local/lib
└── (empty)

npm ERR! Darwin 17.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "manta-sync"
npm ERR! node v6.11.1
npm ERR! npm  v3.10.10
npm ERR! path /usr/local/lib/node_modules/.staging/abbrev-797d0329
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-797d0329' -> '/usr/local/lib/node_modules/manta-sync/node_modules/npm/node_modules/abbrev'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-797d0329' -> '/usr/local/lib/node_modules/manta-sync/node_modules/npm/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/blake/npm-debug.log
npm ERR! code 1

npm-debug.log.zip

chorrell commented 6 years ago

Are you using sudo to install it globally?

fwiw, installs fine for me under 10.13 beta with Node v4.7.3