abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.42k stars 3.34k forks source link

Stuck during package installation. #19711

Open cnspary opened 1 month ago

cnspary commented 1 month ago

Install Env:

node version: v21.4.0
npm version: v10.2.4
@abp/ng.permission-management version:  0.9.2

Problem:

when I install [package]@[version] by command npm install @abp/ng.permission-management@0.9.2, the installation process gets stuck and never ends. CPU usage will rise to 100%. Memory usage will also rise and will never be freed.

Can someone helps check this out?

maliming commented 1 month ago

hi

Can you try to use yarn? And the 0.9.2 is out of date.

https://www.npmjs.com/package/@abp/ng.permission-management?activeTab=versions

cnspary commented 1 month ago

Hi @maliming, due to legacy issues with the project, I am unable to use "yarn" or upgrade to the latest version.

I did some testing and found that version 1.0.0 works fine. So, can someone releases a new version 0.9.3 with exactly the same content as version 1.0.0?

maliming commented 1 month ago

hi @skoc10

Do you think this is possible?

skoc10 commented 1 month ago

Do you think this is possible?

Unfortunately, it is not possible.