We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1135539 commit a07bb8eCopy full SHA for a07bb8e
lib/uninstall.js
@@ -9,7 +9,7 @@ const completion = require('./utils/completion/installed-shallow.js')
9
10
const usage = usageUtil(
11
'uninstall',
12
- 'npm uninstall [<@scope>/]<pkg>[@<version>]... [--save-prod|--save-dev|--save-optional] [--no-save]'
+ 'npm uninstall [<@scope>/]<pkg>[@<version>]... [--no-save]'
13
)
14
15
const cmd = (args, cb) => rm(args).then(() => cb()).catch(cb)
0 commit comments