szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.94k stars 725 forks source link

npm ERR! missing script: dev #85

Closed dmytrobazeliuk-devops closed 4 years ago

dmytrobazeliuk-devops commented 4 years ago

[root@centos8 sharedrop]# npm run dev npm ERR! missing script: dev

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2020-03-18T20_55_42_031Z-debug.log

I install use README. For step pm run dev I have this error

szimek commented 4 years ago

Try npm run develop and let me know if it works. If it does, I'll update the README.

dmytrobazeliuk-devops commented 4 years ago

npm run develop - working

dmytrobazeliuk-devops commented 4 years ago

Screenshot_47 Now I see only this message on load website. Maybe problem connect to firebase? Where I can check logs? Thanks

szimek commented 4 years ago

Please provide error messages from Dev Tools console.

szimek commented 4 years ago

I've updated the README file, so now it correctly describes available commands. If you're getting some JS error, please open a new issue.