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
Describe the bug
While trying to follow the steps mentioned in the README.md for production build. ./mvnw -Pprod clean package at the step yarn install --force is failing and it is unable to build it further.
note: I have a higher version of node and yarn running in my system
node - v10.15.3
yarn - 1.15.2
To Reproduce
Steps to reproduce the behavior:
Download the 'arcadeanalytics-master.zip' and unzip it to a location.
Install node and yarn as a pre-requisite as mentioned in the documentation.
Run the command mvnw -Pprod clean package
At the step 'yarn install --force' it starts throwing errors, even though on the command window I can see that it is saying 'Node version and Yarn version are already installed'.
Expected behavior
Ideally it should not try to install Yarn and Node and continue with the rest of the steps.
Screenshots
Desktop (please complete the following information):
OS: Windows 8.1 Enterprise
Browser chrome
Version 74.0.3729.131 (Official Build) (64-bit)
Additional context
Is my higher version of node and yarn causing any problem. As given in the screenshots, it goes on trying up to 6 times and then the build fails.
The text was updated successfully, but these errors were encountered:
Describe the bug
While trying to follow the steps mentioned in the README.md for production build.
./mvnw -Pprod clean package
at the stepyarn install --force
is failing and it is unable to build it further.note: I have a higher version of node and yarn running in my system
node - v10.15.3
yarn - 1.15.2
To Reproduce
Steps to reproduce the behavior:
mvnw -Pprod clean package
Expected behavior
Ideally it should not try to install Yarn and Node and continue with the rest of the steps.
Screenshots
Desktop (please complete the following information):
Additional context
Is my higher version of node and yarn causing any problem. As given in the screenshots, it goes on trying up to 6 times and then the build fails.
The text was updated successfully, but these errors were encountered: