You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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 hittingEnter
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.logWhat am I doing wrong here?
The text was updated successfully, but these errors were encountered: