Error: ENOENT: no such file or directory, scandir

后端 未结 10 2064
误落风尘
误落风尘 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:02

    It is a problem with older version of node-sass. It doesn't create vendor folder in node_modules/node-sass. I have updated the version of node-sass and it worked fine for me.

    My older version of node-sass was 3.1.0

    I simply did:

    npm install node-sass@3.7.0

    This should solve your problem as well.

提交回复
热议问题