You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#10 17.04 npm WARN old lockfile Error: ENOENT: no such file or directory, open '/openapi-cop-docker/mock-server/package.json'
#10 17.04 npm WARN old lockfile Could not fetch metadata for openapi-cop-mock-server@file:../mock-server [Error: ENOENT: no such file or directory, open '/openapi-cop-docker/mock-server/package.json'] {
#10 17.04 npm WARN old lockfile errno: -2,
#10 17.04 npm WARN old lockfile code: 'ENOENT',
#10 17.04 npm WARN old lockfile syscall: 'open',
#10 17.04 npm WARN old lockfile path: '/openapi-cop-docker/mock-server/package.json'
#10 17.04 npm WARN old lockfile }
There is also a warning pointing to a wrong runtime node version:
Finally, there is also a minor warning about deprecated usage: #10 0.638 npm WARN config only Use --omit=dev to omit dev dependencies from the install..
The text was updated successfully, but these errors were encountered:
Problem
Latest docker image build failed (https://github.com/EXXETA/openapi-cop/actions/runs/3337710608) due to package.json in mock-server not being found.
There is also a warning pointing to a wrong runtime node version:
Finally, there is also a minor warning about deprecated usage:
#10 0.638 npm WARN config only Use
--omit=devto omit dev dependencies from the install.
.The text was updated successfully, but these errors were encountered: