Created
June 25, 2012 01:23
-
-
Save blakmatrix/2985886 to your computer and use it in GitHub Desktop.
sys module throws on million_complex.js in npm package amulet in node v0.8.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blakmatrix@blue-ghost:~$ cd ~/projects/foo/node_modules/amulet/benchmarks/ | |
| blakmatrix@blue-ghost:~/projects/foo/node_modules/amulet/benchmarks$ node million_complex.js | |
| sys.js:1 | |
| throw new Error( | |
| ^ | |
| Error: The "sys" module is now called "util". | |
| at sys.js:1:69 | |
| at NativeModule.compile (node.js:602:5) | |
| at Function.NativeModule.require (node.js:570:18) | |
| at Function.Module._load (module.js:297:25) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at Object.<anonymous> (/home/blakmatrix/projects/foo/node_modules/amulet/benchmarks/million_complex.js:1:73) | |
| at Module._compile (module.js:449:26) | |
| at Object.Module._extensions..js (module.js:467:10) | |
| at Module.load (module.js:356:32) | |
| blakmatrix@blue-ghost:~/projects/foo/node_modules/amulet/benchmarks$ node -v | |
| v0.8.0 | |
| blakmatrix@blue-ghost:~/projects/foo/node_modules/amulet/benchmarks$ npm -v | |
| 1.1.32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment