I am not able to use `graphcool deploy` even if I ...
# prisma-whats-new
j
I am not able to use
graphcool deploy
even if I install last version,
graphcool@1.4.0
. I got errors. Why? What version should I use to start deploying local functions?
a
What errors are you getting?
By the way, the latest version (of the beta CLI) is 0.6.0, not 1.4.0.
j
How is that possible? Latest published version on NPM is
1.3.7
. 🤔
a
The latest non-beta version is 1.3.7, the beta versioning is renumbered to 0.6.0 to align with the Graphcool Framework releases (https://github.com/graphcool/graphcool/releases/tag/0.6)
j
Alright! So, I will try with
graphcool@next
.
👍🏻 1
Any idea about this? I don't have any
.graphcoolrc
file in my directory.
Copy code
!    There is a .graphcoolrc file in your home directory (\xxx\.graphcoolrc).
!    This can still be an artifact of the old CLI version.
!    To prevent unwanted side effects, please remove it.
a
It's not in the project folder, but in your home dir (~ on Linux, %USERPROFILE% on Windows). Also, on Linux, the file is hidden.
Also, if you remove the file, you need to re-run
graphcool auth
j
Done! Thank you so much! It's working. 😄
😎 1