我已按照此处提到的每个步骤进行操作
然后我分别运行了npm start命令和ionic serve命令,但是命令提示符没有显示任何错误,浏览器控制台也没有显示,网络浏览器显示了这个,
命令提示符
这里有什么问题?
我已按照此处提到的每个步骤进行操作
然后我分别运行了npm start命令和ionic serve命令,但是命令提示符没有显示任何错误,浏览器控制台也没有显示,网络浏览器显示了这个,
命令提示符
这里有什么问题?
It looks like you are on Windows? There is an issue where npm start hangs. If you run the npx commands directly yourself, it works. See the Troubleshooting entry in the documentation.