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 ot-json1 is imported, but not listed as a dependency.
Furthermore, this library should not have a direct dependency on that package, but rather should allow the consumer to pass in the OT library, such as ot-json1-presence which supports presence.
[vite]: Rollup failed to resolve import "ot-json1" from "/home/curran/repos/vzcode/node_modules/codemirror-ot/src/translation.js".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error during build:
Error: [vite]: Rollup failed to resolve import "ot-json1" from "/home/curran/repos/vzcode/node_modules/codemirror-ot/src/translation.js".
This is most likely unintended because it can break your application at runtime.
The text was updated successfully, but these errors were encountered:
The package
ot-json1
is imported, but not listed as a dependency.Furthermore, this library should not have a direct dependency on that package, but rather should allow the consumer to pass in the OT library, such as
ot-json1-presence
which supports presence.Error from consuming project: vizhub-core/vzcode#16
The text was updated successfully, but these errors were encountered: