我正在尝试使用 Helium 在 Apache Zeppelin 上安装一个附加插件。Helium 用于下载此软件包的安装命令如下:
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'yarn install --fetch-retries=2 --fetch-retry-factor=1 --fetch-retry-mintimeout=5000 --registry=https://registry.npmjs.com/ --https-proxy=http://SVC_Hxxxxxp:***@webguard.xxxxx.no:8080 --proxy=http://SVC_Hxxxop:***@webguard.xxxxx.no:8080' failed. (error code 1)
安装版本:
node -v
v8.1.1
npm -v
5.0.3
mvn -v
Apache Maven 3.3.9
cmd 如何识别它是 yarn 还是 yarn install ?