Skip to content

Commit

Permalink
docs(hello-world README): adds step to create yarn.lock file
Browse files Browse the repository at this point in the history
matches updated steps in the main README.md. Fixes yarn error message
  • Loading branch information
allison-truhlar committed Jan 15, 2025
1 parent 415897e commit 5798037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ These are the instructions on how your extension can be installed for developmen
> You will need NodeJS to build the extension package.
```bash
# Required to identify the project for Yarn 3
touch yarn.lock
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
Expand Down

0 comments on commit 5798037

Please sign in to comment.