shopware / development

MIT License
191 stars 170 forks source link

Manual Installation not working anymore #133

Closed chris-dan closed 3 years ago

chris-dan commented 3 years ago

Since today (don't know how long before it worked) I cannot install Shopware 6 development on WSL2 Ubuntu 20.04 anymore.

(30/38) Starting
> npm --prefix vendor/shopware/platform/src/Storefront/Resources/app/storefront/ clean-install
        > fsevents@1.2.12 install /var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/@babel/cli/node_modules/chokidar/node_modules/fsevents
        > node-gyp rebuild
        make: Entering directory '/var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/@babel/cli/node_modules/chokidar/node_modules/fsevents/build'
          SOLINK_MODULE(target) Release/obj.target/.node
          COPY Release/.node
        make: Leaving directory '/var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/@babel/cli/node_modules/chokidar/node_modules/fsevents/build'
        > fsevents@1.2.12 install /var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/fsevents
        > node-gyp rebuild
        make: Entering directory '/var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/fsevents/build'
          SOLINK_MODULE(target) Release/obj.target/.node
          COPY Release/.node
        make: Leaving directory '/var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/fsevents/build'
        > node-sass@4.13.1 install /var/www/sw6.local/development/vendor/shopware/platform/src/Storefront/Resources/app/storefront/node_modules/node-sass
        > node scripts/install.js
        Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-83_binding.node
        Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-83_binding.node":
        HTTP error 404 Not Found
        Hint: If github.com is not accessible in your location
              try setting a proxy via HTTP_PROXY, e.g.
              export HTTP_PROXY=http://example.com:1234
        or configure npm proxy via
              npm config set proxy http://example.com:8080

I also mentioned the error on Slack: https://shopwarecommunity.slack.com/archives/C011VFQT7GB/p1604929001004300

shyim commented 3 years ago

Your NodeJS is too new. Downgrade to v12

chris-dan commented 3 years ago

@shyim Ok, thank you for the hint. Just as a side note: It worked before with node v14, but I will give it a try.

shyim commented 3 years ago

Maybe you have now Node 15. Was released two weeks ago

chris-dan commented 3 years ago

@shyim I have to step back, they changed the LTS channel to 14 from 12 I guess