How to update a node module with npm (npm update module?)
How to npm update module for node.js ? (1) First step is to go to the folder node_module: $> cd vendor/node_modules (modify for your own project) (2) Run npm update <module>, let say the...
Just another Yipp.ca Blogs site
How to npm update module for node.js ? (1) First step is to go to the folder node_module: $> cd vendor/node_modules (modify for your own project) (2) Run npm update <module>, let say the...
XHRfield withCrendentials, Cookies, JSONP, CORS and all those stuff... what to do for the needed scenario. It is really a mess out there and I clarified for myself all of this and put it...
Greeting mortal friend, welcome to my shorter tech-help article ever ! I wrote it because I always forget it myself : $> sudo gedit /etc/sysconfig/network Then edit the line with HOSTNAME=donkey Click here to...
Solution: Install both chrpath.x86_64 and chrpath.i686 ! $> sudo yum install chrpath.x86_64 You might also need to only install i686 version. For that first remove the one above: (1) $> sudo yum remove chrpath...
Solution: $> sudo aptitude install libbz2-dev or $> sudo yum install bzip2-devel
Solution: sudo yum install chrpath Note : You might then have problems like this : chrpath -r `readlink -f arch/linux-i686/thelib`:`readlink -f ../arch/linux-i686/stage/opt/haivision/lib` arch/linux-i686/crtmpserver/crtmpserver `arch/linux-i686/crtmpserver/crtmpserver' probably isn't a 64-bit LSB-first ELF file. Solution :...
Recent Comments