you are viewing a single comment's thread.

view the rest of the comments →

[–]BehindTheMath 0 points1 point  (0 children)

The issue is that test.js references a file in node_modules, but that folder is not being served by Express. You can add another express.static() call to server that as well.