commands Useful commands: Delete node modules: rm -rf node_modules/ rm -rf node-modules package-lock.json npm install from lock: npm ci only uses the version in the lockfile and produces an error if the package-lock.json and package.json are out of sync.