-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on mac fails #3
Comments
Can you see anything in |
I just installed on OSX 10.12.6 (16G1114) with the commands listed in the readme and it seems to work fine. |
I didn't, but there were odd things going on with another global module that I had installed (install was successful, but commands weren't found) to test global modules, so I ended up doing a clean install of my mac (it's been overdue for a while and this happened to be a good time to do it) and clasp is now installed successfully. Your guess is as good as mine on what was up before, but everything is running now. |
Fails if you installed node with brew.. check this link Re-installing directly with node installer https://nodejs.org/en/download/ fix this issue |
I'm running MacOS 10.11.6.
I ran the install with
npm i @google/clasp -g
. After the installclasp -h
output-bash: clasp: command not found
.I then tried
sudo npm i @google/clasp -g
and got the same result.I also restarted my terminal after both installs.
Looks like a path thing, but I haven't dug further.
node -v
givesv5.4.0
andnpm -v
givesv3.3.12
The text was updated successfully, but these errors were encountered: