Skip to content

Instantly share code, notes, and snippets.

View sebshub's full-sized avatar
💭
I may be slow to respond.

Sebastian sebshub

💭
I may be slow to respond.
View GitHub Profile
@sebshub
sebshub / gist:fe4d4524f69b40dc06b4e4b9b12e80b4
Created April 25, 2016 08:41 — forked from baslie/gist:4944820b5bb92f9999543dec22d22ebc
How to delete node_modules folder on Windows machine?
Due to its folder nesting Windows can’t delete the folder as its name is too long.
To solve this, install RimRaf:
[npm install rimraf -g]
and delete the node_modules folder easily with:
[rimraf node_modules]
@sebshub
sebshub / 0_reuse_code.js
Created March 3, 2016 04:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console