Hello, honestly I feel generally quite seasoned on Linux, Node etc.
But I've no idea how this ought to get installed...
git clone git@github.com:LaKing/codepad
is IMO wrong, this is your contribute of your own repository, you should offer anonymous clone
git clone https://github.com/LaKing/codepad.git
And when I start a simple server.js I always just get:
Error: Cannot find module './boilerplate'
is index.js missing from it?
PS: To be honest as a German native speaker I find ß a bit irretating, as I always just read "s", what it means in German... but on the other hand, I can easily type this on my keyboard ;)
Hello, honestly I feel generally quite seasoned on Linux, Node etc.
But I've no idea how this ought to get installed...
git clone git@github.com:LaKing/codepad
is IMO wrong, this is your contribute of your own repository, you should offer anonymous clone
git clone https://github.com/LaKing/codepad.git
And when I start a simple server.js I always just get:
Error: Cannot find module './boilerplate'
is index.js missing from it?
PS: To be honest as a German native speaker I find ß a bit irretating, as I always just read "s", what it means in German... but on the other hand, I can easily type this on my keyboard ;)