-
Notifications
You must be signed in to change notification settings - Fork 33
npm using
Alexey Anshakov edited this page Oct 26, 2015
·
1 revision
Use can use next repos as npm:
- https://github.com/webRunes/Titter-WRIO-App.git
- https://github.com/webRunes/Plus-WRIO-App.git
- https://github.com/webRunes/Login-WRIO-App.git
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.