You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Kopiro,
after installing it on my project it throws this error:
siriwave doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
If you have encountered this problem before please let me know how you fixed it...
The text was updated successfully, but these errors were encountered:
Hi Kopiro, after installing it on my project it throws this error: siriwave doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
If you have encountered this problem before please let me know how you fixed it...
I also encountered this problem before. my workaround, is that I manually edit the package.json of the siriwave package from the node_modules folder.
and add the "type":"module" to it.
Hi Kopiro,
after installing it on my project it throws this error:
siriwave doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
If you have encountered this problem before please let me know how you fixed it...
The text was updated successfully, but these errors were encountered: