文件名称:synp:将yarn.lock转换为package-lock.json,反之亦然
文件大小:1.86MB
文件格式:ZIP
更新时间:2024-02-24 09:12:15
npm converter yarn npm-package package-lock-json
突触 将yarn.lock转换为package-lock.json ,反之亦然。 安装 npm install -g synp 命令行用法 yarn.lock => package-lock.json yarn # be sure the node_modules folder dir and is updated synp --source-file /path/to/yarn.lock # will create /path/to/package-lock.json package-lock.json => yarn.lock npm install # be sure the node_modules dir exists and is updated synp --source-file /path/to/package-lock.json # will create /path/to/yarn.lock 注意:如果您只需要在此方向上转换( package-lock.json => yarn.lock ),,Yarn可以从npm的package-lock.json本地导