substance / notes

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

npm run postinstall fails the second time #22

Closed obuchtala closed 8 years ago

obuchtala commented 8 years ago
substance@sandbox:/tmp/notepad$ npm run postinstall

> substance-notepad@1.0.0-beta postinstall /tmp/notepad
> rm -rf ./db/*.sqlite3 && knex migrate:latest && mkdir upload

Using environment: development
Knex:warning - sqlite does not support inserting default values. Set the `useNullAsDefault` flag to hide this warning. (see docs http://knexjs.org/#Builder-insert).
Batch 1 run: 1 migrations
/tmp/notepad/db/migrations/20151222003441_changes.js
mkdir: cannot create directory 'upload': File exists

Seems that the upload folder is in the way.

obuchtala commented 8 years ago

Hmmm... now it is working. Dunno. Maybe nvm related...

obuchtala commented 8 years ago

Sorry.. this is still open... #21 I will close.

Integral commented 8 years ago

hey,

19 contains fixes

obuchtala commented 8 years ago

Ah ok. Then we can close this.