Base solution for your next web application
Open Closed

wwwroot/lib #4303


User avatar
0
strix20 created

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)
  • User Avatar
    0
    bbakermmc created
  • User Avatar
    0
    bbakermmc created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.

  • User Avatar
    0
    strix20 created

    <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.