Quickstart command on introduction page not working
Closed this issue · 1 comments
alexkubica commented
Hi!
I ran:
npx degit github:framesjs/frames.js/examples/framesjs-starter#main framesjs-starter
Following the instructions on the introduction page here and it results in the following error:
❯ npx degit github:framesjs/frames.js/examples/framesjs-starter#main framesjs-starter
zsh: no matches found: github:framesjs/frames.js/examples/framesjs-starter#main
Oddly when I omitted #main
the command worked 🤔
Looking at degit's docs it does seem to be the correct syntax.
davidfurlong commented