Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add yarn install instructions to dev install instructions #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

naterush
Copy link

When running the pip install .[...] install instruction, it fails with an error:

      > yarn run build:lib && yarn run build:nbextension && yarn run build:labextension

      Internal Error: @widgetti/jupyter-react@workspace:.: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile

This is fixable if you just yarn install before running the pip install command.

@naterush
Copy link
Author

This fix got me to the next step, but still having trouble getting setup following the dev install instructions, specifically in the yarn run build:prod command that is called in some of the steps.

I'll spare you the details, but am I missing any critical install steps?

@maartenbreddels
Copy link
Contributor

could you try with yarn<2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants