gpt4 book ai didi

javascript - Gitlab CI 失败 : NPM command not found

转载 作者:数据小太阳 更新时间:2023-10-29 04:17:49 26 4
gpt4 key购买 nike

我一直在研究 Gitlabl CI,但出于某种原因我无法让我的测试“通过”。它总是说 npm: command not found

我的 Gitlab CI 配置如下所示:

image: node:latest
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/

before_script:
- npm install
- npm install eslint -g
- npm install eslint-plugin-react -g
- npm install babel-eslint -g

test:lint:
script:
- eslint src/*

我不断收到以下错误,我不知道为什么: enter image description here

顺便说一句,我没有使用 gitlab 共享运行器。不确定这是否会导致问题,但只是为了确保,拥有我的 gitlab runner 的机器具有运行 nodejs 所需的所有包。

非常感谢您的帮助

最好的问候,

最佳答案

image 标签指定了一个 docker 镜像,因此您必须将运行器的执行者指定为 docker。在创建运行程序时,您是否可能将其设置为其他内容,例如 shell

关于javascript - Gitlab CI 失败 : NPM command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44754611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com