-1

I am cloning the Symfony project form git repository. Project is using webpack encore.

git clone
composer install
npm install

but this produce error in node-sassenter image description here

mardon
  • 1,065
  • 1
  • 11
  • 29

2 Answers2

0

Try to rebuild if npm package creates error

npm rebuild node-sass
Alonad
  • 1,986
  • 19
  • 17
0

the problem was solved by running npm install by host machine, because composer install was running also in host machine

mardon
  • 1,065
  • 1
  • 11
  • 29