nuxt-community/express-template

Missing Express Dependency?

Closed this issue · 2 comments

Hey,

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.

Nice catch, do you mind opening a PR @ultraJeff ?

Done #192