HI, I am new on the forum and Camunda user as well. I´m trying to run a JavaScript external task in Camunda Run but when I insert the installing code: npm install -s camunda-external-task-client-js on Visual studio or Windows Powershell it doesn´t give me back a node_modules and packagelock.json. What can be the problem?
This is what I got:
camunda-external-task-client-js@2.1.0
updated 1 package and audited 74 packages in 0.814s
7 packages are looking for funding
run npm fund for details
node. : The term ‘node.’ 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
Hi @Niall, I followed your suggestion but nothing happened. It can be related to some problem with the installation of node.js? I tried to uninstall and install one more time node.js but on powershell I got this message:
WARNING: ‘choco’ was found at ‘C:\ProgramData\chocolatey\bin\choco.exe’.
WARNING: An existing Chocolatey installation was detected. Installation will not continue.
For security reasons, this script will not overwrite existing installations.
Please use choco upgrade chocolatey to handle upgrades of Chocolatey itself.
Chocolatey v0.10.15
Upgrading the following packages:
python;visualstudio2017-workload-vctools
By upgrading you accept licenses for the packages.
python v3.9.6 is the latest version available based on your source(s).
visualstudio2017-workload-vctools v1.3.3 is the latest version available based on your source(s).
Chocolatey upgraded 0/2 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Type ENTER to exit:
Is there another wat to implement an external service task to overcome this problem?