darrenhillconsulting
02/17/2022, 2:51 PMdbarnett
02/17/2022, 3:03 PMdarrenhillconsulting
02/17/2022, 3:03 PMdarrenhillconsulting
02/17/2022, 3:04 PMAli Syed (NS DevTools QA)
02/17/2022, 3:07 PMAli Syed (NS DevTools QA)
02/17/2022, 3:07 PMdarrenhillconsulting
02/17/2022, 3:07 PMAli Syed (NS DevTools QA)
02/17/2022, 3:08 PMAli Syed (NS DevTools QA)
02/17/2022, 3:08 PMdarrenhillconsulting
02/17/2022, 3:08 PMAli Syed (NS DevTools QA)
02/17/2022, 3:10 PMdarrenhillconsulting
02/17/2022, 3:10 PMAli Syed (NS DevTools QA)
02/17/2022, 3:10 PMJoel Musheno
02/17/2022, 3:13 PMJoel Musheno
02/17/2022, 3:14 PMAli Syed (NS DevTools QA)
02/17/2022, 3:14 PMnpm install -g --supressSuiteCloudSDKLicensePrompt @oracle/suitecloud-cli
darrenhillconsulting
02/17/2022, 3:15 PMJoel Musheno
02/17/2022, 3:15 PMAli Syed (NS DevTools QA)
02/17/2022, 3:15 PMdarrenhillconsulting
02/17/2022, 3:16 PMdbarnett
02/17/2022, 3:21 PMnpm install -g --supressSuiteCloudSDKLicensePrompt @oracle/suitecloud-cli
worked for me though 🙂
Edit: note this is just manually running in terminal, not with respect to CI/CDdarrenhillconsulting
02/17/2022, 3:21 PMdbarnett
02/17/2022, 3:30 PMnpm install
for all package.json at once https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/npm?view=azure-devops are you suggesting now I would need to separate the installation step of suitecloud-cli pkg with this flag? or can this all still be combinedJoel Musheno
02/17/2022, 3:35 PMAli Syed (NS DevTools QA)
02/17/2022, 3:39 PMYes/No
But we realized that some devs have automation based on suitecloud cli, so we added an additional flag which can be passed along with npm i
command or can be set set via npm config set
command. WIth this flag, the license will be displayed but no prompt will be required to download the dependenciesdbarnett
02/17/2022, 5:13 PMnpm install --supressSuiteCloudSDKLicensePrompt
in context of build pipeline step worked fineLJ
02/18/2022, 10:32 AMnpm install --supressSuiteCloudSDKLicensePrompt
nor
npm install -g --supressSuiteCloudSDKLicensePrompt @oracle/suitecloud-cli
work for me, I still get the same Installation aborted by user error. On Mac OS 12.2.1 and zshLJ
02/18/2022, 10:33 AMAli Syed (NS DevTools QA)
02/20/2022, 6:57 PMAli Syed (NS DevTools QA)
02/20/2022, 6:58 PM6.x
LJ
02/20/2022, 10:44 PMnvm use 14.16.0
and then npm install -g --supressSuiteCloudSDKLicensePrompt @oracle/suitecloud-cli
worked a treat.