ryanmurakami / pizza-luvrs

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

Issue while running 'npm install' on downloaded application. #9

Closed kunal-motiani closed 7 years ago

kunal-motiani commented 7 years ago

Hi Ryan,

I am facing this issue on running npm install on the pizza-luvrs app

image

I am not familiar with nodejs, Can you tell me if I am doing anything wrong in the setup?

ryanmurakami commented 7 years ago

Hi @kunal-motiani, Oooh, that's weird. Haven't seen that before. Can you let me know the versions of node & npm you have installed?

Also, try running npm cache clean and then npm install.

kunal-motiani commented 7 years ago

Hi Ryan,

The issue was resolved after I uninstalled nodejs and reinstalled it. Earlier I was using the v6.11.0 LTS version of node.

Currently, I installed the following versions. npm -version = 5.0.3 node -v = v8.1.1

image

Looks like earlier I might not have installed npm package altogether as it wasn't the default selection,

But now its running fine :-

image

Thanks 👍

ryanmurakami commented 7 years ago

Glad to hear you fixed it! Good job!