Unable to npm uninstall

Asked 1 years ago, Updated 1 years ago, 343 views

That's exactly the point.
npm uninstall<package>
There is still a problem that cannot be uninstalled.

Specifically, I'm trying to:
npm uninstall [email protected]

npm uninstall is not working

$node-v
v19.6.1
$ npm-v
9.4.0

node version 19.6.1, npm version 9.4.0.

I have been in great trouble for about two weeks.
Please let me know.
Thank you in advance.

nodejs npm

2023-02-25 20:09

1 Answers

You don't need a version number when you specify a package.

$npm uninstall openzeppelin-solidity
npm uninstall sax


2023-02-25 22:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.