Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created August 6, 2012 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/3278074 to your computer and use it in GitHub Desktop.
Save isaacs/3278074 to your computer and use it in GitHub Desktop.
symlinking ../lib/node_modules/npm/bin/npm-cli.js -> /home/mcavage/local/node/bin/npm
Traceback (most recent call last):
File "tools/install.py", line 225, in <module>
run(sys.argv[:])
File "tools/install.py", line 220, in run
if cmd == 'install': return files(install)
File "tools/install.py", line 203, in files
if 'true' == variables.get('node_install_npm'): npm_files(action)
File "tools/install.py", line 157, in npm_files
if os.environ['PORTABLE']:
File "/opt/local/lib/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: 'PORTABLE'
make: *** [install] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment