Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created September 30, 2016 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerflint/21d11055a3473db681ee5acef5f9557a to your computer and use it in GitHub Desktop.
Save tylerflint/21d11055a3473db681ee5acef5f9557a to your computer and use it in GitHub Desktop.
Add nodejs support into nanobox app config
code.build:
engine: ruby
code.build:
engine: ruby
extra_packages:
- nodejs
lib_dirs:
- node_modules
after_build:
- npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment