Hi Peter,
thank you for your answer. Yes I'm trying to install the NPM module into the XDK. Based on your suggestion I changed my package.json file as follow:
...
"dependencies": {
"colors": "1.0.3",
"ms": "0.7.0",
"debug": "2.1.0",
"bleno": "0.1.8"
}
Unfortunately I got the same “Error installing NPM module. Unsupported” when I use in the XDK IDE the “install/build button”.
I'm new to nodejs and XDK and maybe I missing something. For sure a better diagnostic message from XDK will help to find the problem.
Can you help me please?