JAVA_HOME is set to an invalid directory:

I have set JAVA_HOME in my system C:\Program Files\Java\jdk1.8.0_ 131\bin; and I am trying to run cordova command( cordova build ) on command prompt, but I’m getting the error bellow. I have tried all the ways, but not able to resolve this issue: ERROR: JAVA_HOME is set to an invalid directory: C:\Program Files\Java\jdk1.8.0_ 131\bin; I … Read more

DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead

The deprecation message: DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly insteadDeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead Is just a warning: Here is a quick summary for everyone encountering this message. What is this message? webpack 4 is using a new plugin system and deprecates the previous APIs. There are 2 new … Read more

npm WARN deprecated [email protected]: Use uuid module instead

When i try:$ npm install -g cordova@latestalways getnpm WARN deprecated [email protected]: Use uuid module instead mac Os Sierra 10.12npm v. 4.4.4node v. 6.10.2 Before install of cordova:$npm list -g node-uuid/usr/local/lib….(empty) After:$npm list -g node-uuid /usr/local/lib…[email protected]……[email protected]…………[email protected]……………[email protected]………………[email protected]…………[email protected]……………[email protected] I tried follow every suggestion and install/uninstall a hundred times.It’s a npm or cordova problem?

Running Node.Js on Android

I just had a jaw-drop moment – Termux allows you to install NodeJS on an Android device! It seems to work for a basic Websocket Speed Test I had on hand. The http served by it can be accessed both locally and on the network. There is a medium post that explains the installation process Basically: 1. Install termux 2. … Read more

Running Node.Js on Android

I just had a jaw-drop moment – Termux allows you to install NodeJS on an Android device! It seems to work for a basic Websocket Speed Test I had on hand. The http served by it can be accessed both locally and on the network. There is a medium post that explains the installation process Basically: 1. Install termux 2. … Read more