mollie / Shopware6

MIT License
51 stars 54 forks source link

Can't fetch mollie-shopware6-storefront #763

Closed komoszeskito closed 4 months ago

komoszeskito commented 4 months ago

Hi there,

so I have installed composer version of mollie-shopware6 plugin I can't execute build-storefront.sh anymore. Not sure why it did work previously I guess something is odd with registry link https://registry.npmjs.org/mollie-shopware6-storefront. Is no longer accessible, not sure if it was before too! If could provide me some kind guidance what I might be doing wrong?

Version of plugin: 4.8.1 Version of shopware with composer.json: 6.5.8.7

I tried it on my development server and on local could not fetch it from registry.

I tested it with npm view command and it's showing following error output:

npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/mollie-shopware6-storefront - Not found
npm error 404
npm error 404  'mollie-shopware6-storefront@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.

Should I use different registry or maybe I should simply have plugin in custom/plugins folder? Any ideas?

Somehow it did work previously could it be it has been deleted somehow?

komoszeskito commented 4 months ago

Looks like increase node version via nvm to 20 ( i was using 18 ) fixed the issue.