-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
Following the dev steps in CONTRIBUTING.md I came across a few issues:
- Wrong command to create a new conda environment:
$ conda env update -n jupyterlab-lsp
SpecNotFound: Invalid name, try the format: user/package
Conda version: 4.9.2
Solution: conda create -n jupyterlab-lsp
- Node version expected to be 12+
$ jlpm
yarn install v1.21.1
[1/4] π Resolving packages...
[2/4] π Fetching packages...
error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^10.12.0 || >=12.0.0". Got "10.0.0"
error Found incompatible module.
- Recommend Python 3.6+
As per jupyterlab requirements
Metadata
Metadata
Assignees
Labels
No labels