-
Hi, im my CI job on self hosted gitlab script
How can i fix that error? |
Beta Was this translation helpful? Give feedback.
Answered by
kdy1
Jan 17, 2022
Replies: 1 comment 1 reply
-
Seems like your You can run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kwonoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like your
package-lock.json
is out of sync?https://stackoverflow.com/questions/55014020/running-npm-ci-returns-pkg-dir-not-accessible-from-find-cache-dir
You can run
npm i
once to sync it.