arcadeanalytics icon indicating copy to clipboard operation
arcadeanalytics copied to clipboard

having issues while doing installation : step - yarn install --force

Open bishnu-infosys opened this issue 5 years ago • 4 comments

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:

  1. Download the 'arcadeanalytics-master.zip' and unzip it to a location.
  2. Install node and yarn as a pre-requisite as mentioned in the documentation.
  3. Run the command mvnw -Pprod clean package
  4. 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 image

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.

bishnu-infosys avatar May 09 '19 19:05 bishnu-infosys

Looking at your screenshot, it seems more a network connection problem.

robfrank avatar May 17 '19 08:05 robfrank

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

robfrank avatar May 17 '19 14:05 robfrank

May I close this issue?

robfrank avatar May 27 '19 07:05 robfrank

Thanks, yes please

bishnu-infosys avatar Jul 02 '19 10:07 bishnu-infosys