webcodepl
webcodepl
If you look at a section of my confg.xml and script.js, you may notice that I use cordova-plugin-iosrtc. So the problem is not related to its absence.
I finally used [apirtc](http://apirtc.com) Works perfect.
I resolved this problem installing Python 2.7.16 instead 3.7.4
> Running completion hooks...App id contains a reserved word, or is not a valid identifier. Change app id, probably you used reserved chars like e.g. '-'
I have the same error. I installed on two computers, both: x64, windows 10 pro, 22h2, node v20.11.1., but problem is only on one of them. Result of http://localhost:3000 500...
I don;t know if something was updated in the meantime, but i installed it again and now works.
Today problem came back again trying with an empty project.
I found that it happens when "npm run dev" is run from windows cmd terminal. Running from windows powershell works ok.