While trying to deploy a Node.js application on Edge , I am getting error as "'apigeetool' is not recognized as an internal or external command, operable program or batch file."

I have been following the steps provided in : https://docs.apigee.com/api-platform/hosted-targets/hosted-targets-tutorials

I am trying to run the command(with my apigee trial version's org and env values ) : apigeetool deployhostedtarget -o myorg -e test -n node-hosted-express -b /node-hosted-express -u jdoe@apigee.com

I have also installed apigeetool prior to the above statement and all the resources of the npm module have downloaded.

Please guide what can be done difefrently to resolve the error.

0 1 80
1 REPLY 1

It sounds like your npm install didn't put apigeetool on your path. You'll need to figure out where apigeetool is installed and use the full path to it, or update your PATH to include the new location.