Loomio
Fri 26 Feb 2016 2:45PM

Blank dashboard

NG Nikolai Gad Public Seen by 293

Hi... I've just installed Loomio locally on an Ubuntu machine and everything seems to work fine. I can create a new user and log-in through the browser on localhost:3000
However, as soon as I log in, I'm redirected to localhost:3000/dashboard, but the screen is just completely blank. Is this a known issue? And does anyone possibly know what could be the problem?

It's running on Ubuntu 15.04 and I'm using Firefox 44.0 to access the local install of Loomio (I tried to run Firefox in Safe mode, but it didn't make any difference). I followed everything in the Tech Manual of how to set up a development environment except I installed rbenv ver 2.3.0 in stead of 2.2.1 which the manual described since this was required by some files in the Loomio repository.
I would have attached a screen shot, but there is literally nothing to see. The whole browser window is just blank.

Thanks for any help. - Nikolai

MK

Markus Koller Fri 26 Feb 2016 3:18PM

You have to build the Angular app, try running rake bootstrap and then rake bootstrap:run which should do that for you. Also see this thread for more details, and check your browser console for errors.

NG

Nikolai Gad Fri 26 Feb 2016 5:36PM

Thanks Markus. I tried to do that now. I even tried to start all over, not following the tech manual, but just cloning the git repository and run the two rake commands, but I still get exactly the same problem (the same error as the guy in the thread you linked to).

So I tried to follow your advice in the other thread on how to build the Angular app, but when I run npm install in the angular directory I get the following error:

npm WARN deprecated gulp-run-sequence@0.3.2: Renamed to run-sequence as it's not really a gulp plugin.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN optional dep failed, continuing fsevents@1.0.8
npm WARN deprecated graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN engine selenium-webdriver@2.48.2: wanted: {"node":">= 0.12.x"} (current: {"node":"0.10.25","npm":"1.4.21"})
npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
npm WARN prefer global grunt-cli@0.1.13 should be installed with -g
npm WARN engine hoek@2.16.3: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.25","npm":"1.4.21"})
npm WARN engine boom@2.10.1: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.25","npm":"1.4.21"})
npm WARN engine cryptiles@2.0.5: wanted: {"node":">=0.10.40"} (current: {"node":"0.10.25","npm":"1.4.21"})
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN engine hawk@3.1.3: wanted: {"node":">=0.10.32"} (current: {"node":"0.10.25","npm":"1.4.21"})

> spawn-sync@1.0.15 postinstall /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/cross-spawn/node_modules/spawn-sync
> node postinstall

npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash'
npm ERR! error rolling back  node-sass@3.4.2 { [Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash']
npm ERR! error rolling back   errno: 53,
npm ERR! error rolling back   code: 'ENOTEMPTY',
npm ERR! error rolling back   path: '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash' }
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/hawk/test/browser.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/hawk/test/browser.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/hawk/test/browser.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, utime '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call utimes
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/cliui/node_modules/strip-ansi/index.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/cliui/node_modules/strip-ansi/index.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/cliui/node_modules/strip-ansi/index.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, utime '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call utimes
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:305:19
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash'
npm ERR! error rolling back  gulp-sass@2.2.0 { [Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash']
npm ERR! error rolling back   errno: 53,
npm ERR! error rolling back   code: 'ENOTEMPTY',
npm ERR! error rolling back   path: '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash' }
npm ERR! spawn-sync@1.0.15 postinstall: `node postinstall`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the spawn-sync@1.0.15 postinstall script.
npm ERR! This is most likely a problem with the spawn-sync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node postinstall
npm ERR! You can get their info via:
npm ERR!     npm owner ls spawn-sync
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan'
npm ERR! error rolling back  string-width@1.0.1 { [Error: ENOTEMPTY, rmdir '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan']
npm ERR! error rolling back   errno: 53,
npm ERR! error rolling back   code: 'ENOTEMPTY',
npm ERR! error rolling back   path: '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan' }
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/yargs/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/request/node_modules/bl/node_modules/readable-stream/doc/stream.markdown
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash/attempt.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash/attempt.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/sass-graph/node_modules/lodash/attempt.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
npm ERR! Error: ENOENT, lstat '/home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/gaze/node_modules/globule/node_modules/lodash/dist/lodash.underscore.js'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Linux 3.19.0-51-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nikolai/projects/loomio/angular
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/gaze/node_modules/globule/node_modules/lodash/dist/lodash.underscore.js
npm ERR! fstream_path /home/nikolai/projects/loomio/angular/node_modules/gulp-sass/node_modules/node-sass/node_modules/gaze/node_modules/globule/node_modules/lodash/dist/lodash.underscore.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! fstream_stack /usr/lib/nodejs/fstream/lib/writer.js:284:26
npm ERR! fstream_stack Object.oncomplete (evalmachine.<anonymous>:107:15)
|
> utf-8-validate@1.2.1 install /home/nikolai/projects/loomio/angular/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/node_modules/ws/node_modules/utf-8-validate
> node-gyp rebuild

gyp: Call to 'node -e "require('nan')"' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.19.0-51-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/nikolai/projects/loomio/angular/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/node_modules/ws/node_modules/utf-8-validate
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok 
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian


> bufferutil@1.2.1 install /home/nikolai/projects/loomio/angular/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/node_modules/ws/node_modules/bufferutil
> node-gyp rebuild

gyp: Call to 'node -e "require('nan')"' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.19.0-51-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/nikolai/projects/loomio/angular/node_modules/gulp-protractor/node_modules/protractor/node_modules/selenium-webdriver/node_modules/ws/node_modules/bufferutil
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v0.12.2
gyp ERR! not ok 
npm WARN optional dep failed, continuing utf-8-validate@1.2.1
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm WARN optional dep failed, continuing bufferutil@1.2.1
^[^R
^[npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/nikolai/projects/loomio/angular/npm-debug.log
npm ERR! not ok code 0

I tried to read the nodejs readme file that is mentioned after the first error, but I'm not very familiar with node so I can't really figure out what the problem is.

MK

Markus Koller Fri 26 Feb 2016 8:14PM

You might be missing the nodejs-dev package, otherwise try upgrading to a more recent NodeJS version, or switching to the official NodeSource packages.

JK

James Kiesel Fri 26 Feb 2016 8:49PM

We're currently on Node 4.2.6; I'd recommend grabbing a copy of Node version manager and running nvm install 4.2.6, nvm use 4.2.6

Check to make sure that running node -v pops up v4.2.6 as well.

(Loomio's explicitly broken on 3.0 and 5.0 versions of node, although we'll likely make the leap to 5.0 at some point.)

I'll also put an entry in our package.json file in the engines field which will make this more obvious. :)

Thanks for giving this a go!

NG

Nikolai Gad Sat 27 Feb 2016 5:12PM

Thanks a lot, that worked. Updated to node 4.2.6 and then build the Angular app as described in the other thread. Rake didn't do that automatically though.

@jameskiesel Well, thanks for developing and making this interesting software available!