작성
·
663
답변 3
0
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:npm (npm install) on project studyolle: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 236 (Exit value: 236) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
저도 비슷한 에러가 찍히는데 맥북 설정 보안 문제가 싶어 해제하고 해도 안되네요 어떤 부분을 바꿔야 할 지 알 수 있을까요.
0
혹시 에러중에 'husky'나 'summernote'가 있지 않으셨나요.
저도 똑같은 에러가 발생했었는데 확실하진 않지만 버전 관련 에러인것 같습니다.
(https://github.com/summernote/summernote/issues/4177)
저는 src/main/java/resources/static/package.json 파일에
"summernote": "^0.8.16" 을
"summernote": "0.8.16"으로 고쳐서 해결 봤네요.
0
감사합니다.
알려준 방법대로 summernote 변경하니 오류없이 컴파일 됩니다.