Closed vic closed 3 years ago
Hello!
I'm trying to run hyp via npx but it fails with a syntax error. Perhaps I'm missing something?
hyp
npx
Update: same error happens if installed globally with npm install -g @hyperspace/cli.
npm install -g @hyperspace/cli
❯ npm --version 6.14.6 ~ ❯ node --version v12.18.4
Oh my bad. README says it requires Node +14. I'm closing this.
Hello!
I'm trying to run
hyp
vianpx
but it fails with a syntax error. Perhaps I'm missing something?