danthareja / node-google-apps-script

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects
MIT License
353 stars 70 forks source link

Trouble with gapps auth #53

Closed danielezappala closed 6 years ago

danielezappala commented 7 years ago

Hi! sorry cause I'm real beginner with node, npm and so on I tried to auth a project both on Windows and Mac. On windows no problem, on mac instead I have a command not found when I launch gapps auth ~/Downloads/client_secret.json, I tried also with sudo but nothing to do I always obtain -bash: gapps: command not found Could you help me please ?

shrugs commented 7 years ago

Seems like the command isn't in your PATH environment variable, so your shell can't find it. How did you install node and node-google-apps-script? Are you using a node version manager like nvm?

lricoy commented 6 years ago

Hi @danielezappala Did it work for you at the end? I agree with @Shrugs looks like the command is not in your PATH. I will close this but please reopen if you are still having issues with gapps