ryanmurakami / pizza-luvrs

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

npm install in instance error #23

Closed karlarvan closed 5 years ago

karlarvan commented 5 years ago

Hi! Whenever I try npm install inside the instance into a ssh connection this error occurs:

npm WARN pizza-luvrs@1.0.0 No description npm WARN pizza-luvrs@1.0.0 No repository field.

ryanmurakami commented 5 years ago

Hi @karlarvan,

Don't worry, this is just a warning, not an error. I'll fix it so this warning never shows.

Thanks for opening the issue!

karlarvan commented 5 years ago

Hi Ryan,

Thanks for answering. After installing, I tried to use npm start but it says that the start script is missing. Thanks for helping out!

Karl