How tu run windows created project on linux?

Hello guys, I created a project in window, i run OK in window. But run error in linux. How to run it in linux


Thank you

It is stated clearly on first line on your screenshot.

Try to run npm install and npm rebuild node-sass as the console says and see if it works.

1 Like

Yes! i will try, thanks for your support