Skip to content

Instantly share code, notes, and snippets.

@jrcryer
Created July 7, 2015 10:35
Show Gist options
  • Save jrcryer/3af95c61f5752489e55d to your computer and use it in GitHub Desktop.
Save jrcryer/3af95c61f5752489e55d to your computer and use it in GitHub Desktop.
Using Packages and Native nodejs Modules in AWS Lambda

Currently:

$ PKG_CONFIG_PATH=~/opencv/lib/pkgconfig/  npm install –prefix=~/opencv_example opencv

Should be:

$ PKG_CONFIG_PATH=~/opencv/lib/pkgconfig/  npm install --prefix=~/opencv_example opencv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment