Open Closed

i can't make npm install --force it give me error for angular created by abp pro #9241


User avatar
0
devmahmod created

$ 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)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.)?

  • User Avatar
    0
    devmahmod created

    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

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

  • User Avatar
    0
    NickCo created

    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.

  • User Avatar
    0
    NickCo created

    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

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 12, 2025, 05:22