arcadeanalytics
arcadeanalytics copied to clipboard
having issues while doing installation : step - yarn install --force
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.
Looking at your screenshot, it seems more a network connection problem.
You can test the application using the prepackaged docker container version.
Followe thw instruction in the README. On windows, please use the "single" deployment setup:
https://github.com/ArcadeAnalytics/arcadeanalytics#start-with-single-embedded-image
May I close this issue?
Thanks, yes please