meanapp icon indicating copy to clipboard operation
meanapp copied to clipboard

'yo angular' did not work successfully on Windows 8.1

Open rahul-desai3 opened this issue 10 years ago • 0 comments

I have been referring your tutorial on YouTube and I have setup the backend with Node.js which had no problem.

I have a projects folder where in I have given all rights to all users just for now.

When I started with the frontend, all I tried to do was the following in Command Prompt with Admin rights:

mkdir client cd client npm install -g yo npm install -g generator-angular yo angular

I answered all of the questions as you did and then it began its process.

Somewhere in between it said that there is a conflict and asked if it should overwrite package.json. I agreed to it by hitting Enter key since I did not see any other option.

I could see a lot of errors in the process.

Here is the npm-debug.log that I got in the end: https://gist.githubusercontent.com/rahul-desai3/9f1d1d0a1ddeec2a4ad0/raw/npm-debug.log

What am I doing wrong here?

rahul-desai3 avatar May 02 '15 07:05 rahul-desai3