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

fix: script to deploy html5 using wrong npm version #15711

Merged

Conversation

gustavotrott
Copy link
Collaborator

When running the script deploy_to_usr_share.sh, it ends with the following error:
node_version_problem

As @ramonlsouza noticed, it happens because in the docker-dev, npm version is different from meteor npm version
image

In order to avoid this problem I made the script use the command meteor npm i (instead of npm i) and then use the same version that meteor used in the previous commands.

@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug D 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@antobinary antobinary added this to the Release 2.6 milestone Sep 21, 2022
@ramonlsouza ramonlsouza merged commit b114a1e into bigbluebutton:v2.6.x-release Sep 26, 2022
@gustavotrott gustavotrott deleted the fix-deploy-node-version branch March 11, 2024 16:43
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

Successfully merging this pull request may close these issues.

None yet

3 participants