Skip to content

Instantly share code, notes, and snippets.

@teocci
Created June 14, 2016 09:55
Show Gist options
  • Save teocci/ccae675b3c55037c1e87bbabfd8647d1 to your computer and use it in GitHub Desktop.
Save teocci/ccae675b3c55037c1e87bbabfd8647d1 to your computer and use it in GitHub Desktop.

NodeJS - How to resolve “Cannot find module” error http://stackoverflow.com/questions/9023672/nodejs-how-to-resolve-cannot-find-module-error

Cannot find module 'coffee-script' http://stackoverflow.com/questions/13011290/cannot-find-module-coffee-script

grunt Cannot find module 'coffee-script' http://stackoverflow.com/questions/23622179/grunt-cannot-find-module-coffee-script

an error happened: spawn ENOENT, node.js & FFmpeg http://stackoverflow.com/questions/24324231/an-error-happened-spawn-enoent-node-js-ffmpeg

Is FFmpeg missing from the official repositories in 14.04? http://askubuntu.com/questions/432542/is-ffmpeg-missing-from-the-official-repositories-in-14-04

ffmpeg for Ubuntu 14.04 LTS (mandatory for Alfresco)

sudo apt-add-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg gstreamer0.10-ffmpeg

StreamingGuide https://trac.ffmpeg.org/wiki/StreamingGuide

FFMPEG RTSP streaming over UDP - Image Smearing ZoneMinder/zoneminder#811

Node Version Manager - Simple bash script to manage multiple active node.js versions https://github.com/creationix/nvm

cellsByRow A grid layout where items are centered inside each cell. The grid is defined by columnWidth and rowHeight options. http://isotope.metafizzy.co/layout-modes/cellsbyrow.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment