jhipster项目启动报错Application run failed,跪求大神给个解决思路
错误内容如下:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:npm (npm install) on project myapplication: Failed to run task: ‘npm install’ failed. java.io.IOException: Cannot run program “D:\workspace\myapplication\node\node.exe” (in directory “D:\workspace\myapplication”): CreateProcess error=193, %1 不是有效的 Win32 应用程序。 -> [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
发现类似错误的有如下: