my browser is not opening the url
# prisma-whats-new
w
my browser is not opening the url
i
What command(s) are you using?
w
graphcool init
and then it says
⠼ You need to authenticate. Your browser will open shortly..
, but nothing happens
i
What does
graphcool version
output?
a
As a workaround, you can call `graphcool auth --token ....`manually with the token from the console (project settings)
w
1.3.7
where can i find this token ?
w
hmm, is it the
# projectId: cj82xwzid03t8018068ee5fsn
?
i
Go to the authentication tab
a
Just open
graphcool console
, then project settings - authentication
w
ok i got it
👍🏻 1
uh :
Error: The following option is not recognized: token
i
I’ve been using
graphcool@alpha
npm install -g graphcool/@alpha
I’ve had less problems with
@alpha
w
so the authentication worked
but now the command line that i wanted to run at the beginning is broken
graphcool init --schema <https://graphqlbin.com/hn-starter.graphql> --name Hackernews
any ideas ? 🙂
i
Maybe try my advise from up above?
w
i installed an Ubuntu VM for this
i will restart the tutorial from the beginning
i
I’m not familiar with VMs but that shouldn’t affect being able to install a dep
w
okay, it works now
problem was that i installed the alpha version on my host
in the VM, i installed the stable version, and firefox is opening the URL
thank you very much for your help, i appreciate !
i
Sure thing