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
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/html-manager/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/html-manager/lib/index.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/html-manager/lib/htmlmanager.js.
Error: An error occurred while trying to read the map file at htmlmanager.js.map
Error: ENOENT: no such file or directory, open [...]/node_modules/@jupyter-widgets/html-manager/lib/htmlmanager.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/controls/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/controls/lib/index.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/controls/lib/utils.js.
Error: An error occurred while trying to read the map file at utils.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/controls/lib/utils.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/index.js.
Error: An error occurred while trying to read the map file at index.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/index.js.map'
WARN Failed to load source map for[...]/node_modules/@jupyter-widgets/base/lib/widget.js.
Error: An error occurred while trying to read the map file at widget.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/widget.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/utils.js.
Error: An error occurred while trying to read the map file at utils.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/utils.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/backbone-patch.js.
Error: An error occurred while trying to read the map file at backbone-patch.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/backbone-patch.js.map'
WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/base/lib/nativeview.js.
Error: An error occurred while trying to read the map file at nativeview.js.map
Error: ENOENT: no such file or directory, open '[...]/node_modules/@jupyter-widgets/base/lib/nativeview.js.map'
Description
The sourcemaps are not included in the package.
Im getting warnings:
Reproduce
I am trying to use it with a nuxt environment.
Expected behavior
To have the
.map
filesContext
Related installed packages.
"@jupyter-widgets/base": "^6.0.7",
"@jupyter-widgets/base-manager": "^1.0.8",
"@jupyter-widgets/html-manager": "^1.0.10",
"@jupyter-widgets/controls": "^5.0.8",
The text was updated successfully, but these errors were encountered: