我正在尝试使用 github 操作将我的 npm 应用程序部署到 azure。运行 npm install 时出现错误,退出代码为 1.v 这是抛出的错误...
npm install, build, and test5s
##[error]Process completed with exit code 1.
> ejs@3.1.3 postinstall /home/runner/work/readbetter/readbetter/node_modules/ejs
> node --harmony ./postinstall.js
npm notice created a lockfile as package-lock.json. You should commit this file.
added 133 packages from 70 contributors and audited 133 packages in 3.913s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
> readbetter@1.0.0 test /home/runner/work/readbetter/readbetter
> echo "Error: no test specified" && exit …Run Code Online (Sandbox Code Playgroud)