ezekielchentnik / preact-pwa

Super fast progressive web app with small footprint & minimal dependancies
https://preact-pwa-yfxiijbzit.now.sh/
MIT License
511 stars 45 forks source link

unable to do npm run dev #10

Closed ThekhoN closed 7 years ago

ThekhoN commented 7 years ago

i cloned your repository and installed the dependencies. however when i run yarn/npm run dev, i get this error:

[nodemon] starting `'node build`
''node' is not recognized as an internal or external command,
operable program or batch file.
[nodemon] app crashed - waiting for file changes before starting...

Can you check if the package.json is correct?

Thanks.

ezekielchentnik commented 7 years ago

@ThekhoN are you on win/mac? I just merged #5 , I believe this will resolve your issue. Please grab latest and give it a try, let me know how it goes.

Cheers

ThekhoN commented 7 years ago

Awesome. it's working now. thank you :)