ionic serve not compiling typescript

百般思念 提交于 2019-12-24 19:19:33

问题


I started working on this project on my home PC on Windows 10 using the latest version of Ionic CLI and Typescript and ionic serve works perfectly there.

However after cloning the exact same project to my work PC with Ubuntu which is also running the latest version of Ionic, I get this error when I try to use ionic serve:

"www" directory cannot be found. Please make sure the working directory is an Ionic project.

So obviously now on this PC it's not compiling the Typescript before running it. Somehow on my work PC it thinks this is a plain JS project?

来源:https://stackoverflow.com/questions/45804412/ionic-serve-not-compiling-typescript

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!