You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the guide on the RCUE branch will bring you to a stop at "Yarn Install":
>yarn install
yarn install v1.9.4
$ node -v; npm -v;
node: bad option: -v;
error Command failed with exit code 9.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Both commands works fine alone:
>npm -v
6.1.0
>node -v
v10.4.1
The text was updated successfully, but these errors were encountered:
interesting - not sure what is different about the environment referenced. This was run against the bucharest-gold image with no problems. Maybe some additional environment configuration?
Following the guide on the RCUE branch will bring you to a stop at "Yarn Install":
Both commands works fine alone:
The text was updated successfully, but these errors were encountered: