lukeed / pwa

(WIP) Universal PWA Builder
https://pwa.cafe
3.13k stars 101 forks source link

add install instructions to readme #24

Closed sibelius closed 6 years ago

sibelius commented 6 years ago
npm i -g @pwa/cli

or

yarn global add @pwa/cli
WYoYao commented 6 years ago

run pwa init. Cannot find module 'tiny-glob/sync'

JacobMGEvans commented 6 years ago

@WYoYao That seems like a different issue. Maybe open another issue and add more of information if you can. I guess if that is all that the terminal is showing and no stack trace then that's what you got.

Though this is an installation addition to the readme issue. Not a usage of the CLI issue. :+1:

lukeed commented 6 years ago

Closed via 078c4a70fe6784cbd97b8a63f477f4688d881e2c

@WYoYao What's your Node version? Did you install with pnpm?

I know pnpm doesn't resolve internal module paths consistently/correctly.