Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

Graphcool cli init fails on node 10.15.3 (current lts) #574

Open ValeriaVG opened 5 years ago

ValeriaVG commented 5 years ago

Current behavior

Screenshot 2019-03-24 at 11 56 32

Reproduction

npm install -g graphcool
nvm install 10.15.3
nvm use 10.15.3
graphcool init test

Expected behavior Create a new project without errors.

P.S. Tried switching to lower version ( v9.11.2 ) - project was created successfully

mkubdev commented 4 years ago

You can try to upgrade node to v11.15.0 and graphcool init will work. But in my case, graphcool deploy just wont authenticate...