Make sure all typescript has been built and copied to ./lib/.
npm run build
Make sure node_modules have been installed and/or updated.
npm ci
This one is also related to node_modules.
npm ci
Login to OpenShift. Tokens are available behind a login from the web console.
Several type definitions, like @types/rsync
, will cause this error when used as prod dependencies. Review package.json
dependencies and run npm i
. Please be aware this will replace package-lock.json
!.