1、npm 運(yùn)行后報(bào)錯(cuò), i 2、原因node_module文件緩存導(dǎo)致3、解決方法:第一步:npm指令清除npm緩存npm cache clean --force第二步:刪除node_module包