Add npm allowScripts policy for npm v12

This commit is contained in:
zainnadeem(RedOpsCell) 2026-07-23 17:17:48 +05:00
parent 1343a107cb
commit 7b03d6adce

View File

@ -193,6 +193,14 @@
"xregexp": "^5.1.2", "xregexp": "^5.1.2",
"zlibjs": "^0.3.1" "zlibjs": "^0.3.1"
}, },
"allowScripts": {
"@nightwatch/nightwatch-inspector@1.0.1": true,
"chromedriver@150.0.3": true,
"core-js": false,
"core-js-pure": false,
"fsevents": false,
"tesseract.js": false
},
"scripts": { "scripts": {
"start": "npx grunt dev", "start": "npx grunt dev",
"build": "npx grunt prod", "build": "npx grunt prod",