We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用npm link实现链接某个开发中的npm 模块到项目中,避免每次升级或修复bug后都重新安装的蛋疼操作
cd path/to/my-utils npm link
cd path/to/my-project npm link my-utils
你所不知道的模块调试技巧 - npm link
The text was updated successfully, but these errors were encountered:
楼主你好 有个npm问题想咨询一下可以留个QQ吗
Sorry, something went wrong.
No branches or pull requests
使用npm link实现链接某个开发中的npm 模块到项目中,避免每次升级或修复bug后都重新安装的蛋疼操作
先去到模块目录,把它 link 到全局
再去项目目录通过包名来 link
参考链接
你所不知道的模块调试技巧 - npm link
The text was updated successfully, but these errors were encountered: