Are there any plans by Microsoft to release a Taco Update 11 with native Cordova 7, Node 4.x support?
Is Taco still an active project since the last update was two years
After a few try i have found a way:
Follow this steps:
install nodejs 4.8.7 on your machine
in visual studio go under tools>options>"Tools for apache cordova" and deflag chekbox "use a sandboxed version of NodeJS"
Edit taco.json file of your project and set "cordova-cli": "7.1.0"
Open a new console and install cordova on your machine (npm install -g cordova@7.1.0)
For android build: