Fetch is not defined at 'npx jsr publish' command #589
Answered
by
marvinhagemeister
danilockthar
asked this question in
Q&A
-
Im receiving this error when i try to publish my package to JSR. What could be done ? I have tried to add node-fetch to the npx project in my local machine but i could not make it work.
|
Beta Was this translation helpful? Give feedback.
Answered by
marvinhagemeister
Jun 2, 2024
Replies: 1 comment 1 reply
-
What node version are you on? You can check by running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danilockthar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What node version are you on? You can check by running
node --version
. Thefetch
-API was added to node natively in v18.0.0