Skip to content

Commit

Permalink
🐛fix
Browse files Browse the repository at this point in the history
Usage: npm <command>

where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    C:\Users\Slane\.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@5.6.0 C:\Users\Slane\AppData\Roaming\nvm\v9.4.0\node_modules\npm bug
  • Loading branch information
proYang committed Mar 31, 2018
1 parent e2bc654 commit 4a93dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"build": "node script/build.js",
"build-copy": "node script/build-copy.js",
"build-pack": "node script/build-pack",
"test": "npm run build-pack & karma start script/karma.conf.js"
"test": "npm run build-pack && karma start script/karma.conf.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a93dec

Please sign in to comment.