New install sticky at the same place
-
cryptsetup: WARNING: failed to detect canonical device of /dev/xvda
cryptsetup: WARNING: could not determine root device from /etc/fstab
wonko@Clanhubcommunity:~$ node --version
v0.10.22
wonko@Clanhubcommunity:~$ mkdir mynodebb
wonko@Clanhubcommunity:~$ git clone git://github.com/designcreateplay/NodeBB.git mynodebb
Cloning into 'mynodebb'...
remote: Counting objects: 16288, done.
remote: Compressing objects: 100% (7307/7307), done.
remote: Total 16288 (delta 9995), reused 15077 (delta 8808)
Receiving objects: 100% (16288/16288), 6.89 MiB | 6.37 MiB/s, done.
Resolving deltas: 100% (9995/9995), done.
wonko@Clanhubcommunity:~$ cd mynodebb
wonko@Clanhubcommunity:~/mynodebb$ node app --setupmodule.js:340
throw err;
^
Error: Cannot find module 'nconf'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at /home/wonko/mynodebb/app.js:23:14
at Object.<anonymous> (/home/wonko/mynodebb/app.js:177:2)
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)
wonko@Clanhubcommunity:~/mynodebb$I missed out this step "psychobunny@mynodebb:~/mynodebb$ npm install" and its the same error after I did this step "psychobunny@mynodebb:~/mynodebb$ node app --setup"
-
npm http 404 https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.5.tgz
npm ERR! fetch failed https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.5.tgz
npm ERR! Error: 404 Not Found
npm ERR! at WriteStream.<anonymous> (/usr/lib/node_modules/npm/lib/utils/fetch.js:57:12)
npm ERR! at WriteStream.EventEmitter.emit (events.js:117:20)
npm ERR! at fs.js:1596:14
npm ERR! at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:103:5
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]npm ERR! System Linux 3.2.0-24-virtual
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/wonko/mynodebb
npm ERR! node -v v0.10.22
npm ERR! npm -v 1.3.14
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/wonko/mynodebb/npm-debug.log
npm ERR! not ok code 0 -
hey @StuartH, I also confirmed that npm install is working fine. If it still isn't working for you, maybe you could clone uglify-js from github straight into node_modules?