mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
chore: legacy-peer-deps wont work with non npm
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
"npm_alias":"npm"
|
"npm_alias":"npm"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts --legacy-peer-deps",
|
"clean": "npx rimraf -- node_modules package-lock.json && $npm_package_config_npm_alias i --ignore-scripts",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"postinstall": "node postinstall.js",
|
"postinstall": "node postinstall.js",
|
||||||
"preuninstall": "node preuninstall.js",
|
"preuninstall": "node preuninstall.js",
|
||||||
|
Reference in New Issue
Block a user