Jelle van Geuns
Results
2
issues of
Jelle van Geuns
Got the following when running sfdx falcon:adk:install ``` ERROR running falcon:adk:install: The step "Install FSC Managed Package" has failed. Its action, "install-package", returned the following error: SfdxCliError: Installation of package...
``` const word = 'update'; const inflector = new Inflectors(word); console.log(`Gerund of '${word}':`, inflector.toGerund()); ``` Generates `Gerund of 'update': updeating` See also: Looks like it conjugated the `ate` part Same...