-
Notifications
You must be signed in to change notification settings - Fork 45
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
bootstrap script not working on latest npm #599
Comments
when does this bug fixed? Is there another way to use rmf-web? |
This should have been fixed on main branch, do you still have it? |
🤔 could you maybe write the exact commands that you are using in each terminal? |
1>cd rmf-web-main && cd scripts && ./bootstrap.sh (1st terminal) 2>ros2 launch rmf_demos_gz office.launch.xml server_uri:="ws://localhost:8001" (2nt terminal) 3>cd rmf-web-main/packages/dashboard && npm run start (3rd terminal) result: |
So the lifecycle error should appear when using the latest npm version, which it does in your case. So I would suggest deleting the |
the error this time is coming from a ros2 package, it complains |
"cd rmf-web"&&"pipenv install numpy" and run"npm start" once again |
Glad it worked! |
it was still not working on latest, we had to downgrade |
Yup, apologies, I was following the conversation at the tail end of this thread and got a little trigger-happy. I'll be more careful next time |
Bug report
The bootstrap script no longer works with the latest npm due to npm/cli#4552.
A temporary workaround is being added to the CI to use an older version #598. The old version can be reverted once the bug is fixed in npm.
The text was updated successfully, but these errors were encountered: