I noticed that I could not get this template to run until I actually added express as a dependency to package.json. Prior to adding this I just got an HTTPError RuntimeError when I tried to hit http://localhost:3000 using either npm run dev or the production build commands.
I'm guessing most people that have tried this and succeeded have had Express installed globally? Either way, thought I'd call it out.
Hey,
I noticed that I could not get this template to run until I actually added
express
as a dependency topackage.json
. Prior to adding this I just got anHTTPError RuntimeError
when I tried to hit http://localhost:3000 using eithernpm run dev
or the production build commands.I'm guessing most people that have tried this and succeeded have had Express installed globally? Either way, thought I'd call it out.