create-payload-app
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "0.1.20" | ||
"version": "0.1.21" | ||
} |
@@ -28,3 +28,3 @@ const path = require('path'); | ||
} | ||
let cmd = packageManager === 'yarn' ? 'yarn' : 'npm install'; | ||
let cmd = packageManager === 'yarn' ? 'yarn' : 'npm install --legacy-peer-deps'; | ||
@@ -31,0 +31,0 @@ let result = false; |
const commandExists = require('command-exists'); | ||
const { getArgs } = require('./getArgs'); | ||
const { setTags } = require('./usage'); | ||
@@ -22,2 +23,3 @@ let PACKAGE_MANAGER = false; | ||
} | ||
setTags({ package_manager: PACKAGE_MANAGER }); | ||
return PACKAGE_MANAGER; | ||
@@ -24,0 +26,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1125
0
32214
60