substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

npm install fails on sandbox (Ubuntu 14.04 64bit) #21

Closed obuchtala closed 8 years ago

obuchtala commented 8 years ago

Don't know why this is happening, probably something to do with node 4.3.0 / npm 2.14.

To resolve this, I just executed

npm i node-sass
npm i sqlite3
npm run postinstall && node seed.js

manually.

obuchtala commented 8 years ago

This is now working.. dunno why.