Hi
I have an issue which is probably related to the space in my hard-drive (nodejs/node-gyp#65).
The fix normally is to install globally:
npm install -g macos-alias
But this fails also..
The npm-debug.log shows that it [email protected] is installed but when it needs to install macos-alias
291 info lifecycle [email protected]~install: Failed to exec install script
and starts to rollback (rollbackFailedOptional)
But besides that not helpful.
But when I look at the output from my terminal:
→ npm install -g macos-alias
> [email protected] install /usr/local/lib/node_modules/macos-alias
> node-gyp rebuild
make: *** No rule to make target `../../../../../../Volumes/Data', needed by `Makefile'. Stop.
the last line seems odd, because I was trying to stop the install from looking for my "Data HD"
Hi
I have an issue which is probably related to the space in my hard-drive (nodejs/node-gyp#65).
The fix normally is to install globally:
npm install -g macos-aliasBut this fails also..
The npm-debug.log shows that it
[email protected]is installed but when it needs to install macos-alias291 info lifecycle [email protected]~install: Failed to exec install scriptand starts to rollback (rollbackFailedOptional)
But besides that not helpful.
But when I look at the output from my terminal:
the last line seems odd, because I was trying to stop the install from looking for my "Data HD"