:warning: Noob question here : I'm still not able ...
# prisma-whats-new
h
⚠️ Noob question here : I'm still not able to use
add-template
command after upgradind graphcool-cli version (currently 1.4.0 with node-v8.3.0). But running
graphcool help add-template
gives me examples of valid add-templates calls. Any idea on what I'm doing wrrrrong?
p
Try
gc add-template grapcool/templates/auth/facebook
h
Result is
add-template is not a graphcool command.
▸    Run graphcool help add-template for a list of available commands.
p
I am not sure then. I am on version
0.7.0-beta.12
. Does
gc deploy
work for you?
h
oh, not either. Result is
this.env.getTargetWithName is not a function
Running
npm install -g graphcool@beta
doesn't work either, not sure if related!
n
please do
npm remove -g install graphcool
npm install -g graphcool@next
🦜 1
🙏 1
@hvillain did that help? 🙂
h
It did! Having been playing with it since, it feels like a whole new product
Thank you @pcooney10 for your time too
👍 1