File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/homepage/content/docs Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,12 @@ recommend using a container sandbox.
5050
5151## Can I change the Node version used in a container sandbox?
5252
53- Container sandboxes run Node v10.18.1 by default. While this system version
53+ Container sandboxes run Node v10.20.1 (LTS) by default. While this system version
5454can't be changed, you can instead make use of the
5555[ node] ( https://www.npmjs.com/package/node ) package. Add the version of the node
5656package you would like to use to your sandbox in the same way you would any
57- other package. Since npm runs scripts with the local ` ./node_modules/.bin ` in
58- the ` PATH ` ahead of the system copy, this means you can use this local version
59- of node instead of the system version.
57+ other package. Then update the path to node you use to make use of this local version
58+ of node instead of the system version. Here's a [ working example] ( https://codesandbox.io/s/node-custom-version-j7xvv ) .
6059
6160## Can I open the terminal or console or test panel instead of the browser in a sandbox?
6261
You can’t perform that action at this time.
0 commit comments