PrestaShop / hummingbird

77 stars 73 forks source link

Unable to run "npm run build" #561

Closed alisamie97 closed 8 months ago

alisamie97 commented 10 months ago

After I cloned the repo, I ran npm ci and then as mentioned in the readme file I made a .env file. Finally, I tried to run npm run build and it failed with the following error:

Embedded Dart Sass couldn't find the embedded compiler executable. Please make sure the optional dependency sass-embedded-linux-x64 is installed in node_modules.

I searched for it and fixed it as mentioned here: https://stackoverflow.com/a/72495069/5864034

SharakPL commented 9 months ago

How did you install your shop and Hummingbird theme? What Node and NPM versions do you have installed on your development environment? Is it WSL?

alisamie97 commented 9 months ago

im using a docker container in ubuntu I cloned the theme into themes/ directory, then I switched to the theme in BO

tswfi commented 8 months ago

Can we activate "discussions" for this kind of support questions?

I have not had any problems running npm run build