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

Remove nvm #4331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove nvm #4331

wants to merge 1 commit into from

Conversation

spatel033
Copy link
Contributor

@spatel033 spatel033 commented Jan 8, 2025

The change is part of the removing nvm as part of ITHC report. More details on this card. We use node only for squawk-cli so removing the installation via npm and installing via pip/uv.

squawk-migration-check has been successful with this change.
image

&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash \
&& source ~/.nvm/nvm.sh \
&& nvm install $NODE_VERSION \
&& npm install -g [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have squawk-cli installed here for running the lint-migrations PR check, so do still need it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for highlighting this. Installing squawk-cli via pip.

@spatel033 spatel033 force-pushed the remove-nvm branch 2 times, most recently from 169f65c to 53638ed Compare January 9, 2025 11:48
As part of ITHC report removing nvm.sh installation. For API nvm is used to install `squawk-cli` so now installing `squawk-cli` via pip and removing nvm.
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.

2 participants