Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 103
1 REPLY 1

cjking
Former Googler

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.