Skip to content

Instantly share code, notes, and snippets.

@gergelyke
Created December 14, 2014 14:30
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 gergelyke/603b5b6eb72fb82bd3c1 to your computer and use it in GitHub Desktop.
Save gergelyke/603b5b6eb72fb82bd3c1 to your computer and use it in GitHub Desktop.
NODE_PATH example
var Car = require('model/Car');
console.log('I am a Car!');
{
"name": "node_path",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_PATH=lib node index.js"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment