rustyshackles
08/06/2021, 3:23 AMsuitecloud
in the CLI, I get this error
suitecloud : The term 'suitecloud' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ suitecloud
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (suitecloud:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I followed the steps on how to setup found in HelpAli Syed (NS DevTools QA)
08/06/2021, 7:38 AMAli Syed (NS DevTools QA)
08/06/2021, 7:39 AMrustyshackles
08/06/2021, 7:43 AMnpm install -g @oracle/suitecloud-cli
and it was successful. I just realized that the project folder has its own node_modules
directory. Could that be the reason?Ali Syed (NS DevTools QA)
08/06/2021, 9:13 AMrustyshackles
08/06/2021, 9:13 AMAli Syed (NS DevTools QA)
08/06/2021, 9:15 AMstalbert
08/06/2021, 2:21 PMrustyshackles
08/07/2021, 3:19 AMstalbert
08/07/2021, 9:40 PM$env:path
to spit out your path - then ensure that node_modules/.bin
is somewhere in your path (assuming it's the same on windows). I use WSL for all my npm antics.Brendon Parker
08/12/2021, 12:20 PM