pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.22k stars 197 forks source link

npm ERR! missing script: start #15

Closed gustavocoelho closed 7 years ago

gustavocoelho commented 7 years ago

I've been trying to run this project but at the end of the npm install process as well as when trying to execute npm start i get this following message. I know there is a bunch of tracks on the web about this issue, but i yet haven't figure it out a way to get it sorted. Any help woud be appreciated.

$ npm start npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start" npm ERR! node v6.10.3 npm ERR! npm v3.10.10

npm ERR! missing script: start npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! C:\workspace\repositorios_projetos-piloto-testes\reconnecting-websocket\npm-debug.log

pladaria commented 7 years ago

It seems that you are using Windows...

I didn't developed this having Windows users in mind. Anyway, PRs are welcome :)

pladaria commented 7 years ago

After a second read on your issue, it seems that you are trying to execute "npm start"

This script isn't implemented. What are you trying to do?

gustavocoelho commented 7 years ago

After a long time trying to run projects with the same structure as yours, i've finally figured it wasn't suposet to run by it self, so i've managed to get it sorted somehow using another example that had the type script disclosed on the git repository.

But thanks very much anyway.