>[success] # 常见的ci 指令 ~~~ 1.查看npm 所有指令 在控制台输入 'npm' 或者输入'npm help' 'access', 'adduser', 'audit', 'bin', 'bugs', 'c', 'cache', 'ci', 'cit', 'clean-install', 'clean-install-test', 'completion', 'config', 'create', 'ddp', 'dedupe', 'deprecate', 'dist-tag', 'docs', 'doctor', 'edit', 'explore', 'fund', 'get', 'help', 'help-search','hook', 'i', 'init', 'install','install-ci-test', 'install-test', 'it', 'link', 'list', 'ln', 'login', 'logout',' ls', 'org', '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' 2.想看命令的简单用法 -- 'npm -l' ~~~ >[danger] ##### 查看 npm 的版本 ~~~ npm -v ~~~ >[danger] ##### 查看 npm 的配置 ~~~ npm config list -l ~~~