quaternionmedia/alfred

./alfred dev fails to install mithril on osx 10.15.2

subcontrabass opened this issue · 4 comments

./alfred dev fails to install mithril on osx 10.15.2

Should add npm install to package.json.
Please test:

"scripts": { "prestart": "npm install", }

Can you provide a log?

./alfred install should install the dependencies inside docker (mapped to the local drive), so this should be os agnostic.

Should add npm install to package.json.
Please test:

"scripts": { "prestart": "npm install", }

Worked, thanks. Should I commit and close?

Since we're currently changing the scripts object in #18, I'll add it there to avoid a potential merge conflict.