I am in the process of upgrading to 5.0.4, and it looks like the wwwroot/lib files are not included in the project, so the server does not provide them in debug mode? This causes issues when debugging.
What am I doing wrong?
4 Answer(s)
-
0
You basically need to restore the npm packages (Right click on the package.json) then run the gulpfile to move the files from the node folder to the lib folder.
-
0
Thanks @BBakerMMC :),
Here is the related documentation <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#npm--front-end-dependencies">https://aspnetzero.com/Documents/Develo ... pendencies</a>.
-
0
<cite>ismcagdas: </cite> Thanks @BBakerMMC :),
Here is the related documentation <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#npm--front-end-dependencies">https://aspnetzero.com/Documents/Develo ... pendencies</a>.
Thanks guys. I swear I looked all over and couldn't find it.
I had the NPM step (via yarn), but I was missing the gulp tasks.