Cloud 9 how-to-npm not working!

mad errors taking place when i try to start the how-to-npm programme on cloud 9. Anyone having the same issue, and any solution??

module.js:471
throw err;
^

Error: Cannot find module 'process-nextick-args’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/home/ubuntu/.nvm/versions/node/v6.11.2/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js:26:23)
at Module._compile (module.js:570:32)
at Object.Module._extensions…js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Uh oh! npm had a problem! { Error: Command failed: “/home/ubuntu/.nvm/versions/node/v6.11.2/bin/npm” --version
module.js:471
throw err;
^

Error: Cannot find module 'process-nextick-args’
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/home/ubuntu/.nvm/versions/node/v6.11.2/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js:26:23)
at Module._compile (module.js:570:32)
at Object.Module._extensions…js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)

at ChildProcess.exithandler (child_process.js:198:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:891:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

killed: false,
code: 1,
signal: null,
cmd: ‘"/home/ubuntu/.nvm/versions/node/v6.11.2/bin/npm" --version’ }

Free Code Camp is moving away from Cloud 9 and how-to-npm. The new curriculum is still in beta, but you can see the npm section here. If you prefer to try to use how-to-npm, then you can search around the forum to find several discussions about working around its issues.

https://forum.freecodecamp.org/t/npm-publish-on-cloud9-doesnt-work/138734/3

And others.

how-to-npm is a pain in the rear. I never did figure out how to get it to work. There are lot’s of better ways to learn npm, the beta curriculum like Ariel mentioned is a great place to start.