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
import meilise from 'meilisearch'
import * as meilise from 'meilisearch'
import * as meilise from 'meilisearch/dist/bundles/meilisearch.esm.js'
import * as meilise from './node_modules/meilisearch/dist/bundles/meilisearch.esm.js'
const { MeiliSearch } = meilise
(node:28573) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use node --trace-warnings ... to show where the warning was created)
Description
When using exports in package.json, you need to use the
.mjs
extension. Publint explains this here:https://publint.dev/meilisearch@0.44.0
Screenshots or Logs
Environment:
The text was updated successfully, but these errors were encountered: