EffcoSoftware / material-ui-elements

Component library for common use cases. Based on material-ui & material-ui@next (as of 13 Jun 2017)
3 stars 0 forks source link

Stuck during package installation. #6

Open cnspary opened 6 months ago

cnspary commented 6 months ago

Install Env:

node version: v21.4.0
npm version: v10.2.4
material-ui-elements@0.4.1

Problem:

when I install material-ui-elements@0.4.1 by command npm install material-ui-elements@0.4.1, 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?

tkostus commented 6 months ago

Hello thanks for trying the library!

This package has been created using node v14 and is still seems to be working when installed using this version.

cnspary commented 6 months ago

@tkostus So, I cannot use node v21 to install this package?