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
Describe the bug
I have a Vue3/Nuxt3 project, and I am trying to use this project for some hover parallax. It works great with nuxt dev, but when I do a nuxt build I get the following error:
ERROR (node:67753) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./regenerator/" in the "exports" field module resolution of the package at /Users/frostycoles/source/project.nuxt/node_modules/@babel/runtime/package.json imported from /Users/frostycoles/source/project.nuxt/node_modules.
Update this package.json to use a subpath pattern like "./regenerator/*".
(Use `node --trace-deprecation ...` to show where the warning was created)
To Reproduce
Steps to reproduce the behavior:
Create a nuxt3/Vue3 app
Add vue-kinesis to project and use in component
Run nuxt build
During nitro server build I get the error mentioned above
Expected behavior
I tried several different ways of importing the library, and all of them result in the same error. If I remove the 'vueKinesis' import from my project it builds without the error.
Describe the bug
I have a Vue3/Nuxt3 project, and I am trying to use this project for some hover parallax. It works great with
nuxt dev
, but when I do anuxt build
I get the following error:To Reproduce
Steps to reproduce the behavior:
nuxt build
Expected behavior
I tried several different ways of importing the library, and all of them result in the same error. If I remove the 'vueKinesis' import from my project it builds without the error.
**vue-kinesis and Vue.js versions
package.json:
The text was updated successfully, but these errors were encountered: