cd /opt/Rocket.Chat/programs/server/npm/node_modules
npm rebuild sharp
I don't have money to buy a domain, but I need to save all my work memories. If you are a software developer that use Mongo, NodeJS, Ionic, Angular, PHP or any Linux server distribution; maybe this blog going to help you.
I need a beer
martes, 20 de marzo de 2018
Rocket.chat - Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found
miércoles, 7 de marzo de 2018
Config git on server
# on John's computer
$ cd myproject
$ git init
$ git add .
$ git commit -m 'initial commit'
$ git remote add origin git@gitserver:/srv/git/project.git
$ git push origin master
Suscribirse a:
Comentarios (Atom)
Launch iPhone simulator from command line
xcrun simctl list /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator -CurrentDeviceUDID
-
Nginx: 413 – Request Entity Too Large Error and Solution $ sudo nano /etc/nginx/nginx.conf client_max_body_size 2M;
-
cd /opt/Rocket.Chat/programs/server/npm/node_modules npm rebuild sharp