Error: ENOENT: no such file or directory, scandir

后端 未结 10 1963
误落风尘
误落风尘 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 12:50

    For my case it helps only after doing this command:

    node node_modules/node-sass/scripts/install.js
    

    And then there will be /node_modules/node-sass/vendor folder

提交回复
热议问题