Skip to content

Instantly share code, notes, and snippets.

@seanadkinson
Created September 12, 2012 03:46
Show Gist options
  • Select an option

  • Save seanadkinson/3704158 to your computer and use it in GitHub Desktop.

Select an option

Save seanadkinson/3704158 to your computer and use it in GitHub Desktop.
History.js buildr error
SeansMac:history.js seanadkinson$ ls
History.md buildr.coffee license.txt scripts tests.src
README.md demo package.json tests vendor
SeansMac:history.js seanadkinson$ npm install
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http GET https://registry.npmjs.org/buildr
npm http 200 https://registry.npmjs.org/buildr
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http GET https://registry.npmjs.org/less-bal
npm http GET https://registry.npmjs.org/jshint
npm http GET https://registry.npmjs.org/csslint
npm http GET https://registry.npmjs.org/pulverizr-bal
npm http GET https://registry.npmjs.org/bal-util
npm http GET https://registry.npmjs.org/cson
npm http GET https://registry.npmjs.org/caterpillar
npm http GET https://registry.npmjs.org/uglify-js
npm http GET https://registry.npmjs.org/watch-tree
npm http GET https://registry.npmjs.org/coffee-script
npm http 200 https://registry.npmjs.org/less-bal
npm http 200 https://registry.npmjs.org/pulverizr-bal
npm http 200 https://registry.npmjs.org/csslint
npm http 200 https://registry.npmjs.org/jshint
npm http 200 https://registry.npmjs.org/bal-util
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http 200 https://registry.npmjs.org/cson
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http 200 https://registry.npmjs.org/caterpillar
npm http 200 https://registry.npmjs.org/uglify-js
npm http 200 https://registry.npmjs.org/watch-tree
npm http 200 https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/optimist/0.2.6
npm http GET https://registry.npmjs.org/coloured-log/0.9.7
npm http GET https://registry.npmjs.org/promised-io/0.2.3
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/cli-color/0.1.3
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/async_testing
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/argsparser
npm http 200 https://registry.npmjs.org/optimist/0.2.6
npm http GET https://registry.npmjs.org/optimist/-/optimist-0.2.6.tgz
npm http 200 https://registry.npmjs.org/coloured-log/0.9.7
npm http GET https://registry.npmjs.org/coloured-log/-/coloured-log-0.9.7.tgz
npm http 200 https://registry.npmjs.org/cli-color/0.1.3
npm http GET https://registry.npmjs.org/cli-color/-/cli-color-0.1.3.tgz
npm http 200 https://registry.npmjs.org/promised-io/0.2.3
npm http GET https://registry.npmjs.org/promised-io/-/promised-io-0.2.3.tgz
npm http 200 https://registry.npmjs.org/request
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http 200 https://registry.npmjs.org/async_testing
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http 200 https://registry.npmjs.org/underscore
npm http 200 https://registry.npmjs.org/optimist
npm http 200 https://registry.npmjs.org/argsparser
npm http 200 https://registry.npmjs.org/optimist/-/optimist-0.2.6.tgz
npm http 200 https://registry.npmjs.org/async
npm http 200 https://registry.npmjs.org/coloured-log/-/coloured-log-0.9.7.tgz
npm http 200 https://registry.npmjs.org/cli-color/-/cli-color-0.1.3.tgz
npm http GET https://registry.npmjs.org/wordwrap
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url']
npm http 200 https://registry.npmjs.org/promised-io/-/promised-io-0.2.3.tgz
npm http GET https://registry.npmjs.org/es5-ext
npm http GET https://registry.npmjs.org/coloured
npm http GET https://registry.npmjs.org/log
npm http GET https://registry.npmjs.org/wordwrap
npm http 200 https://registry.npmjs.org/wordwrap
npm http 200 https://registry.npmjs.org/log
npm http 200 https://registry.npmjs.org/coloured
npm http 200 https://registry.npmjs.org/wordwrap
npm http 200 https://registry.npmjs.org/es5-ext
[email protected] ./node_modules/buildr
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
├── [email protected] ([email protected])
├── [email protected] ([email protected] [email protected] [email protected] [email protected])
├── [email protected] ([email protected] [email protected] [email protected])
└── [email protected]
SeansMac:history.js seanadkinson$ coffee buildr.coffee
The "sys" module is now called "util". It should have a similar interface.
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function.<anonymous> (module.js:376:11)
at Object.<anonymous> (/Users/seanadkinson/git/history.js/node_modules/buildr/node_modules/less-bal/lib/less/index.js:5:8)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object.<anonymous> (/Users/seanadkinson/git/history.js/node_modules/buildr/lib/buildr.coffee:15:10)
at Object.<anonymous> (/Users/seanadkinson/git/history.js/node_modules/buildr/lib/buildr.coffee:928:4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment