Borewit/music-metadata

Unable t import the lib

lordkyle0 opened this issue · 1 comments

I Sir,

I get this error when try to import the library

Error: While trying to resolve module music-metadata from file D:\ReactNative\Projects\JoTune\UI\NduleAfrik\screens\library\DownloadScreen.js, the package D:\ReactNative\Projects\JoTune\UI\NduleAfrik\node_modules\music-metadata\package.json was successfully found. However, this package itself specifies a main module field that could not be resolved (D:\ReactNative\Projects\JoTune\UI\NduleAfrik\node_modules\music-metadata\index. Indeed, none of these files exist:$

Metro bundle can't read the package. The package version is : 8.1.0

If you are looking from a CJS module you should use version 7, and not version 8 which is ESM.
Duplicate of #1218.