subtleGradient / javascript-tools.tmbundle

Essential Tools for developing Javascript in TextMate
602 stars 53 forks source link

jsbeautify and node.js issue #13

Closed ipaintcode closed 12 years ago

ipaintcode commented 12 years ago

Trying to use the Node.js version results:

node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead. at Function. (module.js:376:11) at Object. (/Users/Mark/Library/Application Support/TextMate/Pristine Copy/Bundles/JavaScript Tools.tmbundle/Support/node_modules/js-beautify-node/beautify-node.js:32: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 Array.0 (module.js:470:10) at EventEmitter._tickCallback (node.js:192:40)

subtleGradient commented 12 years ago

This should be fixed in the latest master. Thanks for the bug report!