-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
In https://github.com/elyra-ai/pipeline-editor#installation
make clean dev-link install
yields
yarn link @elyra/pipeline-editor
yarn link v1.22.4
success Using linked package for "@elyra/pipeline-editor".
✨ Done in 0.05s.
cd node_modules/@elyra/pipeline-editor && jupyter labextension link --no-build .
/bin/bash: jupyter: command not found
make: *** [dev-link] Error 127
I completed the following steps in a fresh environment:
git clone [email protected]:elyra-ai/pipeline-editor.gitgit clone [email protected]:elyra-ai/elyra.gitcd pipeline-editormake clean install dev-link// fails; see above- as a workaround I ran
make installinelyradirectory to get prerequisites in place make clean install dev-link// now succeeds inpipeline-editordirectorymake clean dev-link install// fails inelyradirectory with[LabCleanApp] Removing staging... [LabCleanApp] Success! yarn link @elyra/pipeline-services yarn link v1.22.4 error No registered package found called "@elyra/pipeline-services". info Visit https://yarnpkg.com/en/docs/cli/link for documentation about this command. make: *** [dev-link] Error 1
Metadata
Metadata
Assignees
Labels
No labels