Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bishnu-infosys opened this issue May 9, 2019 · 4 comments

Comments

@bishnu-infosys
Copy link

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.

@robfrank
Copy link
Contributor

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

@robfrank
Copy link
Contributor

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
Copy link
Contributor

May I close this issue?

@bishnu-infosys
Copy link
Author

Thanks, yes please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants