Skip to content
Alexey Anshakov edited this page Oct 26, 2015 · 1 revision

Use can use next repos as npm:

Examples:

  • npm install webRunes/Titter-WRIO-App
  • add into package.json section "devDependencies or dependencies" "titter-wrio-app": "git+https://[email protected]/webRunes/Titter-WRIO-App.git",

It should be noted:

  • titter-wrio-app npm is using "canvas" dependency. While Travis-CI build you have to install canvas as "sudo apt-get install libgif-dev" using Travis-ом. If you use titter-wrio-app with package.json you don't need "canvas", it's in "devDependencies" already.
  • please track version in package.json in another case npm install will take cached npm version and won't upload repo's updates.

Clone this wiki locally