grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
55 stars 27 forks source link

ERR_UNKNOWN_BUILTIN_MODULE #938

Closed cpgarcia518 closed 1 month ago

cpgarcia518 commented 1 month ago

image I got this error??

tolzhabayev commented 1 month ago

Hey @cpgarcia518,

can you provide which node version you are using?

cpgarcia518 commented 1 month ago

Version 10.3.1

From: Timur Olzhabayev @.> Sent: Tuesday, June 4, 2024 11:05 AM To: grafana/plugin-tools @.> Cc: Carlos Alejandro Perez Garcia @.>; Mention @.> Subject: Re: [grafana/plugin-tools] ERR_UNKNOWN_BUILTIN_MODULE (Issue #938)

Hey @cpgarcia518 https://github.com/cpgarcia518 ,

can you provide which node version you are using?

— Reply to this email directly, view it on GitHub https://github.com/grafana/plugin-tools/issues/938#issuecomment-2146997426 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFBGB3DXPWYRWEE7X2KDPLZFV7NPAVCNFSM6AAAAABIS5EK3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBWHE4TONBSGY . You are receiving this because you were mentioned.Message ID: @.***>

jackw commented 1 month ago

Hello @cpgarcia518, I'm afraid the version of Node you're using isn't supported. We support the LTS versions of node which at the time of writing is v18+ though we would recommend using v20.

tolzhabayev commented 1 month ago

Closing as the fix would be to move to node 20. Please reopen / comment if that does not solve the problem.