Skip to content

Commit 9ffa76b

Browse files
committed
fix: nvm install instructions
1 parent d3eb9d0 commit 9ffa76b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Thank you for your interest in contributing to the Deepnote VS Code extension! T
2727
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
2828

2929
# Install and use Node.js from .nvmrc
30-
nvm use $(cat .nvmrc)
30+
nvm install
31+
nvm use
3132

3233
# Update npm
3334
npm install -g $(cat .npmrc)
@@ -52,8 +53,8 @@ code --install-extension ms-python.python
5253
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
5354

5455
# Install Node.js
55-
nvm install $(cat .nvmrc)
56-
nvm use $(cat .nvmrc)
56+
nvm install
57+
nvm use
5758

5859
# Update npm
5960
npm install -g $(cat .npmrc)

0 commit comments

Comments
 (0)