Error: ENOENT: no such file or directory, scandir

后端 未结 10 1961
误落风尘
误落风尘 2021-01-30 12:40

I scaffold an app using jhipster which is microservice gateway using cassandra db and using maven to build which was building fine after scaffold.i ran gulp command to for the l

10条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 12:41

    Some files may not be available in the local version of NodeJS, and sometimes NodeJS does not send a message about it. In this case --force is helpful.

    npm install node-sass --force
    

    or

    npm rebuild node-sass --force
    

提交回复
热议问题