#NG2008: Could not find stylesheet file

17 messages · Page 1 of 1 (latest)

dry lake
#

i am facing a error everything looks fine but still getting the same error can some one help me to solve it
this is a cloned project and i have installed npm
error NG2008: Could not find stylesheet file 'path_to_your_css_file/app.component.css' linked from the template.

7 templateUrl: './app.component.html',

olive yarrow
#

Look for the string path_to_your_css_file in all the files of your project.

dry lake
olive yarrow
#

Well, the error message complains about a path containing that string, and I wonder where it comes from, because obviously, a normal Angular project never configures any path with path_to_your_css_file. So, look for that string in your project files, and when you've found it, post the file, as text, where you found it (and tell the name and location of this file)

dry lake
#

allright

olive yarrow
#

Also, what do you mean by "this is a cloned project". Where did you clone it from?

dry lake
#

any way this was a cloned project

olive yarrow
#

Where did you clone it from?

dry lake
olive yarrow
#

What is stackroute? Post the exact and complete URL of the original project. That's what I want to know.

dry lake
olive yarrow
#

ng serve runs absolutely fine here on this project.

dry lake
#

OK