on 2021 Apr 08 7:58 AM
I am beginner and was going the tutorial https://developers.sap.com/tutorials/cp-apm-nodejs-create-service.html
I was able to successfully install Node js and run code npm i -g @sap/cds-dk
After that when I type cds, it gives me error message as 'cds' is not recognized as an internal or external command.
Any idea what am I missing here?
Request clarification before answering.
Assuming that the installation of the global package was successful, this is likely an issue with your OS/terminal environment variable that contains the path to all directories containing executable binaries. Depending on your host OS, check if your environment $PATH is containing the location of the global node .bin folder.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
12 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.