You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It lists the files in the directory and formats the results nicely. Bravo. The problem is that, when I click any of those files, it doesn't do what the more laborious example above it in README.md appears to be able do using vanilla Node features. In fact it says Cannot GET /blablabla.
Is there some straightforward, concise way of getting it to function using Express components? Forgive me if I'm not quite thinking this through. In any case, that / those extra step(s) should be added to the example so it works properly.
The text was updated successfully, but these errors were encountered:
I followed the advice down at the bottom of
README.md
more or less, coming up with the following:It lists the files in the directory and formats the results nicely. Bravo. The problem is that, when I click any of those files, it doesn't do what the more laborious example above it in
README.md
appears to be able do using vanilla Node features. In fact it saysCannot GET /blablabla
.Is there some straightforward, concise way of getting it to function using Express components? Forgive me if I'm not quite thinking this through. In any case, that / those extra step(s) should be added to the example so it works properly.
The text was updated successfully, but these errors were encountered: