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

Cannot install dependencies using Node.js v18.x #296

Closed
slvrtrn opened this issue Feb 10, 2023 · 1 comment
Closed

Cannot install dependencies using Node.js v18.x #296

slvrtrn opened this issue Feb 10, 2023 · 1 comment

Comments

@slvrtrn
Copy link
Contributor

slvrtrn commented Feb 10, 2023

What happened:

When building the plugin locally, yarn fails on Node.js 18.x since there is no available eslint-plugin-jsdoc distribution.

What you expected to happen:

Successful installation, cause the main branch of Grafana requires Node.js v18.14.0 now.

How to reproduce it (as minimally and precisely as possible):

  • Checkout the project.
  • nvm install 18
  • nvm use 18
  • yarn

Environment:

  • Plugin version: main branch as of today
  • OS Grafana is installed on: Linux (Fedora 37)
@slvrtrn slvrtrn added datasource/ClickHouse type/bug Something isn't working labels Feb 10, 2023
@slvrtrn slvrtrn changed the title Cannot install dependencies using Node.js v18.17.0 Cannot install dependencies using Node.js v18.x Feb 10, 2023
@bossinc
Copy link
Collaborator

bossinc commented Feb 15, 2023

We are using grafana/toolkit@8.5.11, which depends eventually on eslint-plugin-jsdoc@37.7.0. We could upgrade the grafana toolkit to fix this, but we want to continue to support Grafana 8.5 for now. 🙂

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

No branches or pull requests

3 participants