Skip to content

Commit

Permalink
Try node < 17 for vscode server compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
fperez authored Mar 13, 2023
1 parent 05e0509 commit 872d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
# Base language runtimes
- python==3.10.8
- nodejs=18
- nodejs=16 # code-server requires node < 17

# VS Code support
- jupyter-vscode-proxy==0.2
Expand Down

0 comments on commit 872d61e

Please sign in to comment.