나는 cassandra db를 사용하는 마이크로 서비스 게이트웨이 인 jhipster를 사용하고 maven을 사용하여 scaffold.i가 ui의 라이브 재로드를 위해 gulp 명령을 실행 한 후 잘 빌드 된 앱을 스캐 폴딩합니다.
나는 그것의 navbar와 홈페이지에서 slighlty를 변경했다. 그것은 또한 작업 파일이었고 home & navbar의 json 파일을 약간 변경하고 검색 상자 및 기타를 추가하는 것과 같이 약간의 변경을 수행했습니다.
다시로드하지 못했습니다. 나는 꿀꺽 꿀꺽 마시고 메이븐을 멈추고 다시 시작했습니다. maven이 빌드 중이지만 localhost에서 사이트를 다시로드하지 않습니다.
내가 꿀꺽 꿀꺽 마셨을 때이 오류가 표시됩니다.
gulp
fs.js:952
return binding.readdir(pathModule._makeLong(path), options.encoding);
^
Error: ENOENT: no such file or directory, scandir '/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/vendor'
at Error (native)
at Object.fs.readdirSync (fs.js:952:18)
at Object.getInstalledBinaries (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/extensions.js:121:13)
at foundBinariesList (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/binding.js:15:30)
at Object.<anonymous> (/home/hartron/foodnetteam/codebase/mandi/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
누구든지 이것에 대한 해결책을 말해 줄 수 있습니까?