Unable to start project after generating with Yeo #1052

Closed
opened 2025-08-09 17:18:41 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @morganjs07 on 2/5/2017

I had been using this template for some time and suddenly my project is unable to locate any components. Stating 404 GETs on all componentname.html files.

I attempted to start a fresh project with no changes made to see if I did something wrong.
Generated an angular 2.0.2 project that was not the experimental one.

Did dotnet run and the application will start and the API will work but the client UI will fail with the following:

An unhandled exception occurred while processing the request.

Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "counter.component.html"
at Object.get (C:\Code\please\ClientApp\dist\vendor.js:43828:17)
at DirectiveNormalizer._fetch (C:\Code\please\ClientApp\dist\vendor.js:39786:45)
at DirectiveNormalizer.normalizeTemplateAsync (C:\Code\please\ClientApp\dist\vendor.js:39829:23)
at DirectiveNormalizer.normalizeDirective (C:\Code\please\ClientApp\dist\vendor.js:39804:46)
at RuntimeCompiler._createCompiledTemplate (C:\Code\please\ClientApp\dist\vendor.js:43218:210)
at C:\Code\please\ClientApp\dist\vendor.js:43156:43
at Array.forEach (native)
at C:\Code\please\ClientApp\dist\vendor.js:43154:50
at Array.forEach (native)
at RuntimeCompiler._compileComponents (C:\Code\please\ClientApp\dist\vendor.js:43153:45)

Thank you for any help.

*Originally created by @morganjs07 on 2/5/2017* I had been using this template for some time and suddenly my project is unable to locate any components. Stating 404 GETs on all componentname.html files. I attempted to start a fresh project with no changes made to see if I did something wrong. Generated an angular 2.0.2 project that was not the experimental one. Did dotnet run and the application will start and the API will work but the client UI will fail with the following: > An unhandled exception occurred while processing the request. > > Exception: Call to Node module failed with error: Error: No ResourceLoader implementation has been provided. Can't read the url "counter.component.html" > at Object.get (C:\Code\please\ClientApp\dist\vendor.js:43828:17) > at DirectiveNormalizer._fetch (C:\Code\please\ClientApp\dist\vendor.js:39786:45) > at DirectiveNormalizer.normalizeTemplateAsync (C:\Code\please\ClientApp\dist\vendor.js:39829:23) > at DirectiveNormalizer.normalizeDirective (C:\Code\please\ClientApp\dist\vendor.js:39804:46) > at RuntimeCompiler._createCompiledTemplate (C:\Code\please\ClientApp\dist\vendor.js:43218:210) > at C:\Code\please\ClientApp\dist\vendor.js:43156:43 > at Array.forEach (native) > at C:\Code\please\ClientApp\dist\vendor.js:43154:50 > at Array.forEach (native) > at RuntimeCompiler._compileComponents (C:\Code\please\ClientApp\dist\vendor.js:43153:45) Thank you for any help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1052
No description provided.