I followed the steps at https://github.com/google/clasp
but it gives me an error :
-bash: clasp: command not found
My OS is High Sierra 10.13.6,
node version v11.1.0,
npm version 6.4.1.
I followed the steps at https://github.com/google/clasp
but it gives me an error :
-bash: clasp: command not found
My OS is High Sierra 10.13.6,
node version v11.1.0,
npm version 6.4.1.
The problem with my node.js was I installed it using brew. I resolved the issue by uninstalling node.js in brew and installed it at the terminal. Now my clasp works. Thank you.