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
The package.json was set to type:module but it's not really a valid one (sigh, sindresorhus/project-ideas#116) because a dependency is a JSON file — they're not yet considered valid ES modules.
Fixing it requires bundling the JS file or vendoring it (easier)
The text was updated successfully, but these errors were encountered:
The
package.json
was set totype:module
but it's not really a valid one (sigh, sindresorhus/project-ideas#116) because a dependency is a JSON file — they're not yet considered valid ES modules.Fixing it requires bundling the JS file or vendoring it (easier)
The text was updated successfully, but these errors were encountered: