Guys, sorry for asking something so trivial, but I...
# prisma-whats-new
c
Guys, sorry for asking something so trivial, but I'm new @ Graphcool community and can't find the answer: installed via npm (
npm install -g graphcool
), but can't run any graphcool command, Ubuntu says "zsh: command not found: graphcool". Do I need to setup any env. variable?
a
Hi @claudio.rocha, have you tried to open a new tab in the terminal and run the command again? 😊
a
run
npm root -g
and check if the resulting folder is in your path
c
Yes it is!
a
check the permissions on that folder, can you run other globally installed commands?
c
Yes I did, @anton-b :(
Guys, figured it out. It was node installation, it was manually installed, something was wrong. Got it using apt-get, it works now. Thanks to you all!
🎉 2