Skip to content

Instantly share code, notes, and snippets.

@Tknott95
Created January 3, 2018 15:23
Show Gist options
  • Save Tknott95/c298caf4ce3dbbd6713fd4b693ffb469 to your computer and use it in GitHub Desktop.
Save Tknott95/c298caf4ce3dbbd6713fd4b693ffb469 to your computer and use it in GitHub Desktop.
How to install NodeJS, AngularJS Windows 10 Way (No NVM w/ W10)- Trevor Knott
1) Open terminal or powershell
*) (Optional) Install git bash for the terminal
2) type in $ node -v
"Checks if node is indeed installed"
3) If command does not return a version install node via. the website (No NVM with winfows, better in my opinion)
4) Link for Node DL https://nodejs.org/en/
5) check install by step 2) "node -v"
6) Install AngularJS (Angular5 atm)
7) Open terminal or git bash and type
$ npm i -g @angular/core
8) Test by making blank project
$ ng new <PROJ-NAME> --prefix=<Optional-Prefix_other-Than-App>
9) cd into it then run it by
$ ng serve
npm i -g @angular/core
@Tknott95
Copy link
Author

Tknott95 commented Jan 3, 2018

If not on windows please use NVM as it is the better way for linux (Especially Arch The King of Kings of Kings)

@jithendrasai
Copy link

Getting error while installing angular js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment