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

Use compatible version of npm #1302

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Use compatible version of npm #1302

merged 1 commit into from
Jan 28, 2023

Conversation

dasMulli
Copy link
Contributor

The Dockerfile always installs the latest node version, failing the build using the specified Node 8 version since current versions of npm do not work with Node 8.

This changes to a npm 5.* version since these version were shipped with Node 8

Special notes for your reviewer:

Can a 6.* version be published to dockerhub?

Does this PR introduce a user-facing change?:

No

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation
  • Provided sample for the feature

Validated that the built container is working using a local docker-compose setup that also worked with the 5.0.0 tag.

The Dockerfile always installs the latest node version, failing the build using the specified Node 8 version.

This changes to a npm 5.* version since these version were shipped with Node 8
@sungam3r
Copy link
Collaborator

@dasMulli Hi. I help to maintain this repo for some time. I have never used docker or UI stuff from this repo so feedback from core team is required here. Ping @carlosrecuero @unaizorrilla .

@sungam3r
Copy link
Collaborator

@dasMulli Thanks. I tend to merge this since there is no feedback from maintainers and changes look harmless.

@sungam3r sungam3r merged commit 38457cf into Xabaril:master Jan 28, 2023
@sungam3r sungam3r added the UI label Jan 28, 2023
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants