You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Can not build the training plugins from the /opt/caldera/plugins/training/README.md
I use the main branch commit 4b57658
To Reproduce
Steps to reproduce the behavior:
1- sudo npm ci
added 179 packages, and audited 180 packages in 5s
33 packages are looking for funding
run `npm fund`for details
5 vulnerabilities (1 moderate, 4 high)
To address all issues, run:
npm audit fix
2- sudo npm audit fix
removed 2 packages, changed 6 packages, and audited 178 packages in 1s
33 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
3- sudo npm run lint
> lint
> eslint ./static/js/*.js
Oops! Something went wrong! :(
ESLint: 7.20.0
ESLint couldn't find the config "airbnb-base" to extend from. Please check that the name of the config is correct.The config "airbnb-base" was referenced from the config file in "/opt/caldera/.eslintrc.js".If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/
Describe the bug
Can not build the training plugins from the /opt/caldera/plugins/training/README.md
I use the main branch commit 4b57658
To Reproduce
Steps to reproduce the behavior:
1- sudo npm ci
2- sudo npm audit fix
3- sudo npm run lint
Expected behavior
Install the training plugins
Additional context
OS: Ubuntu 24.04
npm 9.2.0
node v18.19.1
The text was updated successfully, but these errors were encountered: