btroncone / ngrx-examples

@ngrx examples and resources
371 stars 68 forks source link

Installation and Setup #13

Closed zeeshanjan82 closed 8 years ago

zeeshanjan82 commented 8 years ago

While trying to install the ShoppingCart application on my local env. I tried running npm install however I am using windows and am getting errors like : Cannot find name 'require', Cannot find name 'Promise' I have also tried to run the command:typings install but still getting the same error.

tja4472 commented 8 years ago

Hi

Try adding

    "typings": "0.8.1",

to package.json.

Then delete typings folder and redo

npm install

You probably have typings 1.x installed globally.

zeeshanjan82 commented 8 years ago

thanks @tja4472 the issue is resolved now.