Skip to content

Commit 222fcff

Browse files
authored
Add link to custom node example
1 parent 3af4104 commit 222fcff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/homepage/content/docs/1-x-faqs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5454
can'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
5656
package 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

0 commit comments

Comments
 (0)