【发布时间】:2020-06-05 06:12:40
【问题描述】:
我不能直接在windows中使用npm的replace包,因为replace命令使用的是windows的replace.exe。
【问题讨论】:
我不能直接在windows中使用npm的replace包,因为replace命令使用的是windows的replace.exe。
【问题讨论】:
使用$APPDATA/npm/replace 命令代替replacecommand。它将调用 npm 的“替换”,而不是 windows 的替换
【讨论】: