Yadickson Soto
Yadickson Soto
Hello, that is perfect. When will be to publish the new release in npmjs? Thanks a lot
Hello, thanks for your time. I use pnpm only to safe my disk space.... but CI/CD DevOps use npm standard to build and deploy the application on several environment... :)...
Hello, When use the command ncu --enginesNode --target minor -u --verbose Options: { args: [], cacheExpiration: 10, cacheFile: '~/.ncu-cache.json', cli: true, color: true, concurrency: 8, deep: false, dep: [ 'prod',...
Ok I added console.log into the code: The npmRegistryFetch.pickRegistry is OK. ```bash registry -------------- https://gitlab.private.tech/api/v4/projects/12345/packages/npm/ ``` The problem is when try to get engines in gitlab Redirect to npmjs when...
Hello, Your are correct, is very slow for another correct repositories to get all version.. So, For now, my workaround is ```bash ncu --target minor -u -f @private/* ncu --enginesNode...
Hello, Maybe, (one idea could be), call the method getEngines and if this fail to try get engines by particular version example ```javascript try { getEngines(...); } catch () {...