$ npm install --force npm warn using --force Recommended protections disabled.. npm error code E404 npm error 404 Not Found - GET https://abp.io/Error?httpStatusCode=404 npm error 404 npm error 404 '@volo/abp.commercial.ng.ui@~9.1.1' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in:
5 Answer(s)
-
0
Hi, the related package is in NPM Server: https://www.npmjs.com/package/@volo/abp.commercial.ng.ui/v/9.1.1, so normally, you should be able to install it with
npm install
command.Can you provide more information (such as that if the related command runs in a script, in your pipeline, or package.json file of your application etc.)?
-
0
Hi, the related package is in NPM Server: https://www.npmjs.com/package/@volo/abp.commercial.ng.ui/v/9.1.1, so normally, you should be able to install it with
npm install
command.Can you provide more information (such as that if the related command runs in a script, in your pipeline, or package.json file of your application etc.)?
i can't install npm i @volo/abp.commercial.ng.ui@9.1.1 npm error code E404 npm error 404 Not Found - GET https://abp.io/Error?httpStatusCode=404 npm error 404 npm error 404 '@volo/abp.commercial.ng.ui@9.1.1' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: C:\Users\salwa\AppData\Local\npm-cache_logs\2025-05-05T11_07_31_136Z-debug-0.log
-
0
Hi, the related package is in NPM Server: https://www.npmjs.com/package/@volo/abp.commercial.ng.ui/v/9.1.1, so normally, you should be able to install it with
npm install
command.Can you provide more information (such as that if the related command runs in a script, in your pipeline, or package.json file of your application etc.)?
i can't install npm i @volo/abp.commercial.ng.ui@9.1.1 npm error code E404 npm error 404 Not Found - GET https://abp.io/Error?httpStatusCode=404 npm error 404 npm error 404 '@volo/abp.commercial.ng.ui@9.1.1' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: C:\Users\salwa\AppData\Local\npm-cache_logs\2025-05-05T11_07_31_136Z-debug-0.log
Hi, this is the same message with the question text. Can you please further information? How we can reproduce?
Otherwise, it's hard for us to reproduce it and understand the problem.
-
0
Hi EngincanV
I am experiencing a similar issue with an Angular project when trying to run npm install. I have a commercial licence, I am logged in, the contents of my .npmrc file is:
@abp:registry=https://packages.abp.io/npm/registry/ @volo:registry=https://packages.abp.io/npm/registry/ @volosoft:registry=https://packages.abp.io/npm/registry/
and when I run npm install I get this error after a while:
npm install npm error code ENOTFOUND npm error syscall getaddrinfo npm error errno ENOTFOUND npm error network request to https://packages.abp.io/npm/registry/@volo%2fabp.commercial.ng.ui failed, reason: getaddrinfo ENOTFOUND packages.abp.io npm error network This is a problem related to network connectivity. npm error network In most cases you are behind a proxy or have bad network settings. npm error network npm error network If you are behind a proxy, please make sure that the npm error network 'proxy' config is set properly. See: 'npm help config'
please note I am NOT behind a proxy, I do NOT have a VPN running and I've tried pinging packages.abp.io on various machines using different internet connections and the pings all fail.
-
0
I fixed this with editing the .npmrc file:
@abp:registry=https://registry.npmjs.org @volo:registry=https://registry.npmjs.org @volosoft:registry=https://registry.npmjs.org