We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eb9d0 commit 9ffa76bCopy full SHA for 9ffa76b
CONTRIBUTING.md
@@ -27,7 +27,8 @@ Thank you for your interest in contributing to the Deepnote VS Code extension! T
27
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
28
29
# Install and use Node.js from .nvmrc
30
-nvm use $(cat .nvmrc)
+nvm install
31
+nvm use
32
33
# Update npm
34
npm install -g $(cat .npmrc)
@@ -52,8 +53,8 @@ code --install-extension ms-python.python
52
53
54
55
# Install Node.js
-nvm install $(cat .nvmrc)
56
57
58
59
60
0 commit comments