@zubi1234/foxglove-panels
v0.1.10
Published
Different Foxglove Panels
Readme
Before you do anything download tnode.js from the following website: - https://nodejs.org/en
If the folder is locally on the laptop:
- Delete:
- node_modules folder
- dist folder
- package-lock.json file
- zubi1234.foxglove-panels-0.1.0.foxe and all other versions
- in the terminal where you are in the Foxglove_Panels folder run the following:
- npm install
- npm run package
- npm run build
- npm run local-install
- To publish that others can download the panels run in the same terminal:
- npm version patch
- npm install
- npm run package
- npm run build
- npm publish --access public
- npm run local-install
If you only want to download the panels to your foxglove:
- Run in the terminal the following command:
- npm install @zubi1234/foxglove-panels
