Skip to content

Instantly share code, notes, and snippets.

@ekashida
Created January 23, 2011 22:35
Show Gist options
  • Save ekashida/792521 to your computer and use it in GitHub Desktop.
Save ekashida/792521 to your computer and use it in GitHub Desktop.
make link seems to work
22:33:20 jib:npm $ git pull
Already up-to-date.
22:33:28 jib:npm $ ls
LICENSE Makefile README.md bin cli.js doc html lib man1 npm-completion.sh npm.js package.json scripts test
22:33:30 jib:npm $ make
node cli.js install npm
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
npm info fetch http://registry.npmjs.org/npm/-/npm-0.2.15.tgz
npm info calculating sha1 /tmp/npm-1295822015110/1295822015110-0.4539059151429683/tmp.tgz
npm info shasum 97d2ae24e9ee021c555dad66cf8d63203a15d641
make: *** [install] Segmentation fault
22:33:35 jib:npm $ make dev
node cli.js install
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
make: *** [dev] Segmentation fault
22:33:40 jib:npm $ node ./cli.js install npm
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
npm info fetch http://registry.npmjs.org/npm/-/npm-0.2.15.tgz
npm info calculating sha1 /tmp/npm-1295822029703/1295822029703-0.6728305008728057/tmp.tgz
npm info shasum 97d2ae24e9ee021c555dad66cf8d63203a15d641
Segmentation fault
22:33:50 jib:npm $ make link
node cli.js cache clean
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
npm ok
node cli.js rm npm
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
npm info not installed npm
npm ok
node cli.js link
npm info it worked if it ends with ok
npm info using npm@0.2.15
npm info using node@v0.3.6-pre
npm info link /home/ekashida/repository/git/npm
npm info preinstall npm@9999.0.0-LINK-4731d2f9
npm info install npm@9999.0.0-LINK-4731d2f9
npm info postinstall npm@9999.0.0-LINK-4731d2f9
Thanks for installing version 9999.0.0-LINK-4731d2f9 of npm.
Last few items from the changelog:
Frequently asked questions at `npm help faq`
* 0.2.12:
Various bugfixes (0.2.11 was big, broke some stuff)
`npm faq` command (wrapper for `npm help faq`)
* 0.2.13:
Merry Xmas!
Config setting on the command line with grace and gusto
Portability and stability fixes.
Mostly sort of works with Homebrew-installed nodejs.
* 0.2.14:
A little bit of documentation overhaul.
Support for `"<name>":"<url>"` for dependencies.
Fix for "unpublish" regression.
Support for "files" array.
Dependency info in lifecycle scripts.
More data validation.
npm info preactivate npm@9999.0.0-LINK-4731d2f9
npm info activate npm@9999.0.0-LINK-4731d2f9
npm info postactivate npm@9999.0.0-LINK-4731d2f9
npm info build Success: npm@9999.0.0-LINK-4731d2f9
npm ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment