You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at ChildProcess.exithandler (child_process.js:291:12)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:961:16)
at Socket.stream.socket.on (internal/child_process.js:380:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close [as _onclose] (net.js:595:12)
Can't understand the "Permission denied" as path to .../tmp exists and is owned by me ?
The text was updated successfully, but these errors were encountered:
I ran sudo npm install -g mern-cli three times. It installed mern-cli but missing next-tick. Then I ran sudo npm install -g next-tick to add next-tick. So far it is working.
npm ERR! code 128
npm ERR! Command failed: git clone --depth=1 -q -b 0.0.2 git://github.com/timoxley/next-tick.git /root/.npm/_cacache/tmp/git-clone-5ccb0b38
npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-5ccb0b38': Permission denied
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-03-07T15_19_05_044Z-debug.log
(Mac OS X 10.13.6) prefix with sudo, install hangs with
Unhandled rejection Error: Command failed: /usr/bin/git clone --depth=1 -q -b 0.0.2 git://github.com/timoxley/next-tick.git /Users/jon/.npm/_cacache/tmp/git-clone-bc41fa44
/Users/jon/.npm/_cacache/tmp/git-clone-bc41fa44/.git: Permission denied
Can't understand the "Permission denied" as path to .../tmp exists and is owned by me ?
The text was updated successfully, but these errors were encountered: