-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Package managers other then yarn are not working as expected
-W flag is only supported by yarn
pnpm:
(node:15670) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use node --trace-deprecation ... to show where the warning was created)
✗ Installing Dependencies
ERROR Unknown option: 'W'
For help, run: pnpm help add
Error: Command exited with code 1
🚨 Failed to create project. See error above!
npm:
(node:15482) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use node --trace-deprecation ... to show where the warning was created)
⠧ Installing Dependencies
npm warn "@serenityjs/core@latest" is being parsed as a normal c
ommand line argument.
npm warn Unknown cli config "--W". This will stop working in the
next major version of npm.