Hello, How to include an argument in `package.json...
# sdf
p
Hello, How to include an argument in
package.json
devDependencies
?
Goal: "devDependencies": { "@oracle/suitecloud-cli": "^1.4.0" } Issue: • Doesn't work in devDependencies: ◦ License agreement is skipped, thus aborted. • Works in CLI:
Copy code
npm install -g --supressSuiteCloudSDKLicensePrompt @oracle/suitecloud-cli
m
I believe I was facing the same issue. I had to use a different version of nvm - 14.16.0
👍 1