Miesiąc: maj 2016

Notatnik programisty zawsze pod ręką!

Aktualizacja node do najnowszej dostępnej wersji

If nvm isn’t for you, a package manager is your next best bet. Node package manager, or npm, helps you discover, share, and use code, along with managing dependencies. Node comes with npm pre-installed, but the manager is updated more frequently than Node. Run npm –v to see which version you have, then npm install npm@latest –g to install the newest npm update. Run npm –v again…
Czytaj dalej