-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error during install with cli #7369
Comments
I have the same error. Node version v16.20.2 |
I also have the same error, have tried using node version v20.18.1 & also v22.11.0 |
I got the same error as well. Not sure what's the fix. |
Seems the issue is in latest version of the cli. Till that is fixed you can use |
Is project is dead? How it is possible that latest version not working for a weeks for everyone, and even no any maintainer come up with any notice? I've considered to use it in my projects, but it feels a bit weird that they just completely ignoring the issue |
the same issue here, node version - v18.19.1 |
Lol, they don't care anymore on free version, going full on commercial, revoking public access to Next.js and Nuxt.js Storefront boilerplates, dropping Magento support, licence changing from MIT to BSD-3. So I guess there is nothing left to hope to. |
Sooo any vuestorefront for magento 2 alternatives you recommend? |
Hi,
i'm trying to installa vue-storefront with this command:
npx @vue-storefront/cli generate store
But i have the error:
node:internal/modules/cjs/loader:1031
throw err;
^
Error: Cannot find module '../dist/infrastructures/i18next'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
at Function.Module._load (node:internal/modules/cjs/loader:873:27)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object. (/home/francesco/.npm/_npx/2af4553272673347/node_modules/@vue-storefront/cli/bin/run:5:26)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/francesco/.npm/_npx/2af4553272673347/node_modules/@vue-storefront/cli/bin/run'
]
}
Actual Configuration:
node: v16.20.2
npm: 8.19.24
yarn: 1.22.22
The text was updated successfully, but these errors were encountered: