Open river-etoa opened 2 years ago
tried some fixes in https://github.com/etoa/etoa-gui/pull/501
the script works when run locally.
doesn't work thru vagrant, due to the symlink issue
default: error An unexpected error occurred: "EPROTO: protocol error, symlink '../../../parser/bin/babel-parser.js' -> '/vagrant/node_modules/@babel/core/node_modules/.bin/parser'".
the warnings above that seem to not cause immediatly-visible issues.
The symlink issue seemed to be caused by a windows security policy. Running on UNIX-based OS didn't throw any error.
Fixing it on code level failed but there's a workaround:
provision file after
cd /vagrant && yarn install --frozen-lockfile