Kategoria: workspace

Notatnik programisty zawsze pod ręką!

Usuwanie plików .svn z katalogu projektu

Version control systems are hugely important when it comes to development of all kinds.  I’m a huge fan of git but sometimes I’m required to use SVN.  Unfortunately I tend to forget to remove .svn folders when I copy and paste from a directory structure template.  This, of course, leads to me overwriting files and…
Czytaj dalej

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