Skip to content

Update dev setup documentationΒ #411

@karlaspuldaro

Description

@karlaspuldaro

Following the dev steps in CONTRIBUTING.md I came across a few issues:

  1. 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

  1. 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.
  1. Recommend Python 3.6+
    As per jupyterlab requirements

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions