Closed alghifarifikri closed 6 months ago
Hello @alghifarifikri,
which node
version and nuxt
are you using?
Hello @alghifarifikri,
which
node
version andnuxt
are you using?
Hello @ThornWalli
I'm using Node v16.16.0
and Nuxt 3.5.1
@alghifarifikri Can you update your node
to a newer version?
@alghifarifikri Can you update your
node
to a newer version?
@ThornWalli I haven't tried it, is the solution just to upgrade the node version ?
@alghifarifikri Can you update your
node
to a newer version?
I'm try to update Node
to new version and still error.
Which node version did you go to?
I tested the project myself under Windows 10 with Node 19.9.0 and it runs as expected.
Your error message may be due to an outdated node version being used.
There were a few changes between Node 16 and 19.
Which node version did you go to?
I tested the project myself under Windows 10 with Node 19.9.0 and it runs as expected.
Your error message may be due to an outdated node version being used.
There were a few changes between Node 16 and 19.
I'm using node version 20, do I need to downgrade again?
Extremely strange...
I also tested again with Node 20.9.0
and no problems...
Ran without problems, in the project repo and in a project with an installed package.
Could you share your installed dependency and the nuxt.config
?
Extremely strange...
I also tested again with Node
20.9.0
and no problems...Ran without problems, in the project repo and in a project with an installed package.
Could you share your installed dependency and the
nuxt.config
?
this is my dependency
this is my nuxt.config
for nuxt-speedkit
Let me know if anything is missing or wrong.
I'm closing this issue for now. Let me know if this bug still exists 🙃
Describe the bug I got several issues when use
<speedkit-image />
.To Reproduce Steps to reproduce the behavior:
<speedkit-image v-bind="image" @load="onLoadImage" />
image: { source: { format: 'webp', src: this.url, sizes: { default: '100vw', xxs: '100vw', xs: '100vw', sm: '100vw', md: '100vw', lg: '100vw', xl: '100vw', xxl: '100vw' } }, title: this.title, alt: this.alt, }
Expected behavior The images loaded successfully, and did not cause any errors, especially when using Google Lighthouse.
Desktop (please complete the following information):