Skip to content

nodeschool/bratislava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodeschool/Bratislava

Join the chat at https://gitter.im/nodeschool/bratislava

NodeSchool Bratislava Logo

Upcoming NodeSchool/Bratislava meetup

There is no planned yet, but feel free to help organize one. Check issues for talks or fill topic request! :)

Have a question? Open an issue.

Note: Everyone involved with NodeSchool Bratislava has to follow our Code of Conduct. You can also find contact info there in case you want to report a violation or need help in general.

Sponsors are welcome!
Pull Requests are welcome!

Become a Mentor

If you are an experienced node.js developer, become a mentor and help others learn node!

Requirements:

  • Some node.js experience
  • Git experience
  • Software engineering skills
  • Time to attend on the NodeSchool workshops
  • Contact @yangwao at gitter

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

Setup your enviroment

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

credits for logo goes to d14

About

🏫 🍻 🍕 🚀 NodeSchool, Bratislava, Slovakia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published