./alfred dev fails to install mithril on osx 10.15.2
subcontrabass opened this issue · 4 comments
subcontrabass commented
./alfred dev fails to install mithril on osx 10.15.2
normakster commented
Should add npm install to package.json.
Please test:
"scripts": { "prestart": "npm install", }
mrharpo commented
Can you provide a log?
./alfred install
should install the dependencies inside docker (mapped to the local drive), so this should be os agnostic.
subcontrabass commented
Should add npm install to package.json.
Please test:
"scripts": { "prestart": "npm install", }
Worked, thanks. Should I commit and close?