Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stucking on "Searching for Serial Port" popup #136

Closed
ceremcem opened this issue Apr 7, 2016 · 2 comments
Closed

Stucking on "Searching for Serial Port" popup #136

ceremcem opened this issue Apr 7, 2016 · 2 comments

Comments

@ceremcem
Copy link

ceremcem commented Apr 7, 2016

I downloaded WebIDE via git clone --recursive ... command and run npm install, then run the program via npm start command. When I click "connect" button on the left-top, there is a popup opens and it seems stucked. IDE is still responsive, but it seems like it searches for something appropriate, doesn't find it and it will search for that thing forever.

@gfwilliams
Copy link
Member

As mentioned here: https://github.com/espruino/EspruinoWebIDE#using

It'll be because your version of Node.js and electron don't match, so all the native moduels that NPM installed don't work for electron. If you make sure you have the latest version of each and it should work.

Otherwise you can try a rebuild - see here: http://forum.espruino.com/conversations/283530/

Having said all that, if you use EspruinoTools in command-line mode, that uses Node.js and so should work.

@gfwilliams
Copy link
Member

Using nw.js now so the situation is a bit better - still requires a rebuild for bluetooth though unless your node + nw.js versions match

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants