Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自动安装 NPM 模块后是否可以运行任何后处理脚本。
我有一个案例,我可以在我的 node.js 项目中安装一些特定的 NPM 模块。安装 NPM 模块后,我需要自动更新项目中的一些地方。
可行吗?
是的。如npm 文档postinstall中所述,将脚本添加到您的package.json
postinstall
package.json