Automatically remove dependencies from package.json when using npm uninstall

Use the same --save flag. If you installed a dependency with:

$> npm install grunt-cli --save

you can uninstall it, with package.json getting updated, using:

$> npm uninstall grunt-cli --save

The ‘save’ flag tells npm to update package.json based on the operation you just made it do.

Leave a Comment

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.