Skip to content

Instantly share code, notes, and snippets.

@gerad
Created March 11, 2011 03:49
Show Gist options
  • Save gerad/865423 to your computer and use it in GitHub Desktop.
Save gerad/865423 to your computer and use it in GitHub Desktop.
hacky way to run forked npm modules on no.de
[node@gerad ~]$ mkdir npm-hacks
[node@gerad ~]$ cd npm-hacks/
[node@gerad ~/npm-hacks]$ git clone https://github.com/fortnightlabs/twitter-js
Initialized empty Git repository in /home/node/npm-hacks/twitter-js/.git/
remote: Counting objects: 78, done.
remote: Compressing objects: 100% (69/69), done.
remote: Total 78 (delta 27), reused 0 (delta 0)
Unpacking objects: 100% (78/78), done.
[node@gerad ~/npm-hacks]$ cd twitter-js/
[node@gerad ~/npm-hacks/twitter-js]$ npm link .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment