ENOENT:使用angular 4在tsconfig.app.json中没有这样的文件或目录吗? [英] ENOENT: no such file or directory in tsconfig.app.json using angular 4?

查看:167
本文介绍了ENOENT:使用angular 4在tsconfig.app.json中没有这样的文件或目录吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Angle 4和Spring Boot,同时使用命令行执行项目.它显示错误

I am using angular 4 and spring boot,while execute the project using command line..its showing error

ENOENT: no such file or directory, stat 'D:\AJITH VANUSTON\Spring Project\1Medeil Project\Project medeil RAR files\1gradle project\angular 4 boot\microservicesample-master\src\tsconfig.app.json' 

请参阅错误图片

推荐答案

检查 angular.json 文件中 tsconfig 属性的路径.更正该路径应该可以解决此错误.

Check the path for the tsconfig property in the angular.json file. Correcting that path should fix this error.

"architect":{
  ....
  ....
  ....
  "tsConfig": "apps/projectName/tsconfig.app.json",
  ....
  ....
  ....
}

这篇关于ENOENT:使用angular 4在tsconfig.app.json中没有这样的文件或目录吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆