R
Railway5mo ago
Minty

Docker build failed when adding millionjs

Can I somehow remove the existing docker image?
No description
Solution:
from your build logs
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
...
Jump to solution
10 Replies
Percy
Percy5mo ago
Project ID: N/A
Brody
Brody5mo ago
Minty
Minty5mo ago
ed979f83-5a66-4797-864b-4fc324f73d99 The bookmark doesnt work in arc can I send a pastebin?>
Brody
Brody5mo ago
if the pastebin includes the file the bookmarklet downloads, yes
Minty
Minty5mo ago
worked in safari
Solution
Brody
Brody5mo ago
from your build logs
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
Minty
Minty5mo ago
Alright, thanks @Brody Seems like the npx script from millionjs is broken, worked flawlessly when installed manually
Brody
Brody5mo ago
have you removed your lock file and then ran npm install locally?
Minty
Minty5mo ago
Yup, it went trough now
Brody
Brody5mo ago
awsome