cnpm link
See original GitHub issueIssue Description
cnpm link
会使用到 npm link
, 而 npm link
会去走一遍 npm install
依赖一多, 一般都会报错(在用 cnpm i 安装好的目录跑 npm i)
虽然知道解决办法是
cnpm i npminstall -g
## link to global
npmlink
## use some link
npmlink some-lib
但是这个真的没法和新人解释啊! 一会带空格, 一会不带空格 😂
为啥 cnpm 只拦截了 install 命令, npminstall 包还应该支持 uninstall
/ link
/ update
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (9 by maintainers)
Top Results From Across the Web
Cnpm NPM - npm.io
Support all commands just like npm . Sync packages from npm. cnpm sync [moduleName]. Open package document or git web ...
Read more >cnpm - npm
Support all commands just like npm . Sync packages from npm. cnpm sync [moduleName]. Open package document or git web url.
Read more >README.md - GitHub
Customized client: we provide a client cnpm to extend npm with more features( sync command, gzip support). And it is easy to wrap...
Read more >Certificate in Nonprofit Management (CNPM) - SOU Academic ...
Certificate in Nonprofit Management (CNPM). Offered as an Academic Certification. This degree program offers a 100% online option.
Read more >cnpm - npm Package Health Analysis - Snyk
Support all commands just like npm . Sync packages from npm. cnpm sync [moduleName]. Open package document or git web url. cnpm doc...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
能用上。研究一下这个 https://github.com/cnpm/binary-mirror-config/blob/master/package.json
为了避免各种兼容性问题,腾讯内部的tnpm直接基于官方npm封装的。