Error: ENOENT: no such file or directory, scandir

后端 未结 10 1951
误落风尘
误落风尘 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条回答
  •  隐瞒了意图╮
    2021-01-30 13:06

    Here's what worked for me

    $npm update
    $npm install
    $node node_modules/node-sass/scripts/install.js
    $npm rebuild node-sass
    

提交回复
热议问题