next-core icon indicating copy to clipboard operation
next-core copied to clipboard

Stuck during package installation.

Open cnspary opened this issue 1 year ago • 2 comments

Install Env:

node version: v21.4.0
npm version: v10.2.4
@next-core/build-config-factory: 2.25.32

Problem:

when I install @next-core/[email protected] by command npm i @next-core/[email protected] , 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 help check this out?

cnspary avatar May 09 '24 14:05 cnspary

Install Env:

node version: v21.4.0
npm version: v10.2.4
@next-core/build-config-factory: 2.25.32

Problem:

when I install @next-core/[email protected] by command npm i @next-core/[email protected] , 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 help check this out?

The same problem also occurs when I use command npm i @next-core/[email protected]

cnspary avatar May 09 '24 14:05 cnspary

Why would you use these packages? these are supposed to be used only in our legacy brick packages like https://github.com/easyops-cn/next-basics

weareoutman avatar May 10 '24 01:05 weareoutman