Skip to content

🏫 🍻 🍕 🚀 NodeSchool, Bratislava, Slovakia

Notifications You must be signed in to change notification settings

kat-kardaschian/bratislava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nodeschool/Bratislava

NodeSchool Bratislava Logo

Feel free lurk public chatroom @ Join the chat at https://gitter.im/nodeschool/bratislava

Upcoming NodeSchool/Bratislava meetup

planned at 23.1.2015 as all-day event in Progressbar (Michalská 3, Bratislava).

Please tell us, if you are comming to meetup at this thread (issue)

Sponsors are welcome!
Pull Requests are welcome!

credits for logo goes to d14

Newcomer to meetup?

Would be good if you can setup your enviroment before meetup, so you can save some time. Read instructions below and if you are having some problems, feel free to open issue or visit us at chat Join the chat at https://gitter.im/nodeschool/bratislava

Installing NodeJS

For obvious reasons, having NodeJS installed on your work machine is a must. 😄

Windows

Using Windows 10, however, workflow should be similar for most versions.

Open up terminal (Windows + R -> 'cmd' -> Enter) and type node -v. If it works, you are good to go and you can ignore the stuff below. Otherwise, continue.

  • open up This PC
  • in that window, right click the PC icon located above all your hard drives and directories
  • in the new window, click Advanced system settings
  • in the newest window, click Environment Variables...
  • find the PATH variable, click edit
  • add the following: YOUR_ABSOLUTE_NODEJS_INSTALL_DIRECTORY/; and C:\Users\YOUR_USERNAME\AppData\Roaming\npm;
  • please note that all PATH variables must be separated with ;
Ubuntu
  • open up terminal
  • sudo apt-get install nvm
  • nvm install 5.1
Mac OS X

Navigate your browser to the nodejs.org. Download your Node.js installation package by clicking on of the big green buttons (we recommend the LTS variant):

Download page

Run downloaded file:

Download page

Go through the installation process, provide your password when asked:

Download page

Your node is installed at this point, but we recommend some "fininshing touches":

  • set the ownership of global module folder

    sudo chown -R YOUR_USER_NAME /usr/local/lib/node_modules

    replace YOUR_USER_NAME in above command by your actual username in macosx. If you don't know your username, run whoami to get it printed into console.

  • update to latest NPM

    npm update -g

Now you can test your node.js & npm installation:

node -v

npm -v

Download page

About

🏫 🍻 🍕 🚀 NodeSchool, Bratislava, Slovakia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages