Glide.js is treated as an ES module
Hi,
i get this error after running
yarn start
and trying to access the page
Does anyone know how to handle it? i'm using the custom boilerplate integration.19 Replies
Hi @FabianClemenz π , which node version are you using?
Hi @rohrig , i'm using 16.14.2
Found that on github: https://github.com/vuestorefront/storefront-ui/issues/2494
GitHub
[BUG]: glidejs cause error Β· Issue #2494 Β· vuestorefront/storefront...
Describe the bug When trying to run project with SFUI 0.13.3 version this bug appears: Probably downgrading glidejs version should help. How to reproduce Steps to reproduce the behavior: run projec...
@FabianClemenz can you create a minimal reproduction or tell me the exact steps I need to do to get where you are?
are you using this boilerplate? https://github.com/vuestorefront/ecommerce-integration-boilerplate
GitHub
GitHub - vuestorefront/ecommerce-integration-boilerplate: Boilerpla...
Boilerplate for creating new integrations for Vue Storefront Next - open-source frontend for any eCommerce - GitHub - vuestorefront/ecommerce-integration-boilerplate: Boilerplate for creating new i...
yes i'm using the boilerplate
and deployed it with @skirianov help to DO
Had to set the node version in package.json to 16.14.x - because DO would use 17.x with the ">=14.X" directive
when accessing the deployed App, i get this error
Please upgrade these packages
I think the current version is 2.7.5
what's DO?
Sry π DigitalOcean
-> i got it running with setting glidejs to 3.5.2
i updated with yarn update:update and everything broke...
these are my deps
have you upgraded those packages βοΈ ?
I've seen the upgrade solve a lot of problems. Please give that a shot and let me know . . .
upgraded - is now deploying
did these updates set glidejs to 3.5.2?
while building i get this error (without failing to build)
`
(before and after updating)
is the repo you're working on public?
unfortunately not
what to you need?
Just wanted to poke around and see what I could find. . . No worries.
you mentioned it's not failing to build . . . does that mean it's working?
yes it's working and the glidejs error is gone (after updating to 2.7.5 and manually setting glidejs to 3.5.2) thanks π
now i'm getting other errors, but i think thats related to our code π
great π , All the best in your bug squashing
thanks π
do you have a good documentation (or the beta for the ne docs) on how to set up the boilerplate stuff?
Integrating e-commerce platform | Vue Storefront 2
Vue Storefront 2 documentation
thanks! π