airavata-courses / CookieArmy

Apache License 2.0
0 stars 0 forks source link

[Hybrid Mobile Application] service failed to deploy #26

Closed alakhsingh closed 5 years ago

alakhsingh commented 5 years ago

Build is failing.

screenshot 2019-02-10 at 12 08 14 am
gattur commented 5 years ago

Hi Alakh,

Could you please try npm rebuild node-sass

https://github.com/webpack-contrib/sass-loader/issues/530

alakhsingh commented 5 years ago

Hi, That solution didn't work, although I tried https://stackoverflow.com/questions/48147896/error-in-cannot-find-module-node-sass which solved the problem.

gattur commented 5 years ago

Hi Alakh,

Thanks for the update. Could you please post the command that worked for you, for future reference.

Thanks, Gattu

alakhsingh commented 5 years ago

Hi @gattur, The post I linked in my last comment has the command.

gattur commented 5 years ago

HI @alakhsingh I could see that in the post you have added https://stackoverflow.com/questions/48147896/error-in-cannot-find-module-node-sass this was the command used "npm rebuild node-sass". But you mentioned to have used another command that worked for you. As, we have not tested on mac. It would be really helpful, if you can post the exact command that worked for you.

Thanks, Gattu

alakhsingh commented 5 years ago

Hi @gattur , sudo npm install --save-dev --unsafe-perm node-sass

Thanks, Alakh

gattur commented 5 years ago

Thanks Alakh for the update