ryanmurakami / pizza-luvrs

❤️🍕🍕❤️ Demo project for AWS Developer: Getting Started on Pluralsight
114 stars 255 forks source link

Error: Cannot find module '@hapi/hapi #54

Closed VovaBobyr closed 4 years ago

VovaBobyr commented 4 years ago

I faced with error of "npm start" on both EC2 or my local (win) machine.

Full output: `c:\Git\pizza-luvrs>npm start

pizza-luvrs@1.0.0 start c:\Git\pizza-luvrs node index.js

internal/modules/cjs/loader.js:960 throw err; ^

Error: Cannot find module '@hapi/hapi' Require stack:

npm ERR! A complete log of this run can be found in:`

VovaBobyr commented 4 years ago

Actually this fix helps: "npm init" and then install "npm install hapi --save".

ryanmurakami commented 4 years ago

Glad you figured it out!