nuxt-community / express-template

Starter template for Nuxt 2 with Express.
https://codesandbox.io/s/github/nuxt-community/express-template
1.25k stars 239 forks source link

Missing Express Dependency? #191

Closed ultraJeff closed 3 years ago

ultraJeff commented 3 years ago

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.

atinux commented 3 years ago

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

ultraJeff commented 3 years ago

Done #192