-
Notifications
You must be signed in to change notification settings - Fork 24
"npm install -g macos-alias" also fails #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm, that's very odd, could you try installing it locally in a path without spaces? e.g. cd /tmp
npm install macos-alias |
The same result. I install without a spaces when I install globally otherwise my "Data HD" will break the install. I have found a work-around my hard-drive-with-a-stupid-space-in-it So if I am the only one with this problem, you can close it. |
I was having similar issues with that package on node 6.2.2 and I surprisingly got it to work by deleting the After that my installs showed the same errors but continued on and was successful. |
Having an issue installing as well -- volume space problem is NOT source:
While trying to install appdmg (doing a standalone install of tacos-alias fails too) npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
/usr/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp: line 3: node: command not found npm ERR! Darwin 15.6.0 npm ERR! macos-alias@0.2.9 install: |
Fixes the LinusU#10 `DeprecationWarning: Buffer() is deprecated due to security and usability issues` warning
Fixes typo in e-mail address introduced in LinusU#11
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
nan@2.2.0
is installed but when it needs to install macos-alias291 info lifecycle macos-alias@0.2.9~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:
the last line seems odd, because I was trying to stop the install from looking for my "Data HD"
The text was updated successfully, but these errors were encountered: