Atlasboard not running with node v 0.10.13

Issue #53 resolved
Adam Jakubowski created an issue

bin $ atlasboard new aaa

/node-v0.10.13-linux-x64/lib/node_modules/atlasboard/node_modules/tracer/node_modules/colors/colors.js:50 throw new Error(color + ' already exists on String.prototype, cannot overr ^ Error: underline already exists on String.prototype, cannot override. at addProperty (/home/adam/programs/node-v0.10.13-linux-x64/lib/node_modules/atlasboard/node_modules/tracer/node_modules/colors/colors.js:50:11) at /home/adam/programs/node-v0.10.13-linux-x64/lib/node_modules/atlasboard/node_modules/tracer/node_modules/colors/colors.js:68:3 at Array.forEach (native) at Object.<anonymous> (/home/adam/programs/node-v0.10.13-linux-x64/lib/node_modules/atlasboard/node_modules/tracer/node_modules/colors/colors.js:63:3) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17)

Comments (7)

  1. Andrew McClenaghan

    I have updated to the latest colors.js from npm, from git and tried that pull request and it doesn't appear to fix it.

  2. Andrew McClenaghan

    Sorry I upgraded the wrong colors.js. After upgrading the colors.js for tracer i can create a board but getting another error now.

    C:\Users\andrewm\Documents\Node JS>atlasboard new aaa

    Generating a new AtlasBoard project at C:\Users\andrewm\Documents\Node JS\aaa...

    Directory C:\Users\andrewm\Documents\Node JS\aaa/ does not exist. Creating it no w. Porting sample project across... Installing npm dependencies...

    Error installing dependencies. Please run "npm install" inside the dashboard dir ectory

    C:\Users\andrewm\Documents\Node JS>cd aaa

    C:\Users\andrewm\Documents\Node JS\aaa>npm install

    C:\Users\andrewm\Documents\Node JS\aaa>atlasboard start

    Checking npm dependencies for C:\Users\andrewm\Documents\Node JS\aaa\packages\de mo... Error installing dependencies for C:\Users\andrewm\Documents\Node JS\aaa\package s\demo. err:Error: spawn ENOENT

    C:\Users\andrewm\Documents\Node JS\aaa>

  3. Kirubhananth Chellam

    I am facing the same issue as Andrew McClenaghan faced in windows environment with nodejs 0.10.16 installed in my machine. How to solve it?

  4. Log in to comment