decentraland / asset-packs

Asset Packs for the Decentraland Editor
0 stars 1 forks source link

fix: node-fetch error #36

Closed cazala closed 1 year ago

cazala commented 1 year ago

This fixes an issue when running npm start:

Error [ERR_REQUIRE_ESM]: require() of ES Module

This was due to node-fetch v3 which uses ES modules, so we need to use v2