windows10 ionic serve show error message "Class not registered"

Hi,every one,

When I set my default web browser with chrome and start command ionic serve,there is a error show me
http://localhost:8100 Class not registered.

My system is windows 10 build 10130,this systems will be publish so i want to experience and make sure ionic can
work on it perfectly.

help me please.

I received the message “Class not registered” as well, but did not catch the rest of the message. It occurred after first time running “ionic start myproject” after doing npm install of ionic and cordova on Windows 8.1 Pro.image

Hi. I don’t know if you have been able to find a way to solve this issue yet but I also had the same problem running the ionic serve command in windows 8.

However the solution I found for now that is working for me is to run the ionic serve command and then after the error shows up, I open a new tab in my chrome browser and type in the localhost address directly (localhost:8100) and hit enter. For some reason this works for me cause from the npm cmd you see that the server is actually running.