Npm install freezes

Asked 5 months ago, Updated 5 months ago, 18 views

In Windows 10,

I want to execute the above command, but it freezes in the middle.It stopped working as shown in the image below.

This is the actual execution screen

npm

2022-09-30 14:12

1 Answers

Message "npm WARN This version is no longer maintained. Please upgrade to delay version"
[Direct translation] npm Warning: This version is not maintained or managed. Upgrade to the latest version.

The message appears.

That means
'The package stored on your machine (downloaded) is out of service and out of service, so it's crazy to install it (so we didn't install it).
Let's update it to the latest version and install it.

That's why upgrading (updating) will solve the problem.

npm [email protected]/cli

In , update the @uniqys/cli package and then

npm [email protected]/cli

In , try installing the @uniqys/cli package.


2022-09-30 14:12

If you have any answers or tips


© 2023 OneMinuteCode. All rights reserved.