Hi igracia,
I'm having similiar issue with node.js Hello Word example where it's kurento-chroma instead of kurento-alvar.
My question: To solve this, does it require a patch from you guys or is there a workaround?
Because if you see what I did below, bower is complaining it's not able to find the kurento-chroma package
after I edited those two lines (as confirmed with bower search). Perhaps it's a simple config....
Thanks!
ubuntu@tegra-ubuntu:~/kurento-tutorial-node/kurento-hello-world$ cat static/bower.json
{
"name": "kurento-hello-world",
"version": "5.1.0",
"description": "Kurento Browser JavaScript Tutorial 1",
"authors": [
"Kurento <
in...@kurento.org>"
],
"main": "index.html",
"moduleType": [
"globals"
],
"license": "LGPL",
"homepage": "
http://www.kurento.org/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.0",
"ekko-lightbox": "~3.1.4",
"adapter.js": "*",
"kurento-chroma": "develop",
"kurento-utils": "5.1.0"
}
}
ubuntu@tegra-ubuntu:~/kurento-tutorial-node/kurento-hello-world$ npm install
> w...@0.4.32 install /home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/kurento-jsonrpc/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
make: Entering directory `/home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/kurento-jsonrpc/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
SOLINK_MODULE(target) Release/obj.target/bufferutil.node
SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished
COPY Release/bufferutil.node
CXX(target) Release/obj.target/validation/src/validation.o
SOLINK_MODULE(target) Release/obj.target/validation.node
SOLINK_MODULE(target) Release/obj.target/validation.node: Finished
COPY Release/validation.node
make: Leaving directory `/home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/kurento-jsonrpc/node_modules/ws/build'
> w...@0.4.32 install /home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/reconnect-ws/node_modules/websocket-stream/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
make: Entering directory `/home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/reconnect-ws/node_modules/websocket-stream/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
SOLINK_MODULE(target) Release/obj.target/bufferutil.node
SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished
COPY Release/bufferutil.node
CXX(target) Release/obj.target/validation/src/validation.o
SOLINK_MODULE(target) Release/obj.target/validation.node
SOLINK_MODULE(target) Release/obj.target/validation.node: Finished
COPY Release/validation.node
make: Leaving directory `/home/ubuntu/kurento-tutorial-node/kurento-hello-world/node_modules/kurento-client/node_modules/reconnect-ws/node_modules/websocket-stream/node_modules/ws/build'
|
> kurento-h...@5.1.0 postinstall /home/ubuntu/kurento-tutorial-node/kurento-hello-world
> cd static && bower install
bower adapter.js#* not-cached git://
github.com/GoogleChrome/webrtc.git#*bower adapter.js#* resolve git://
github.com/GoogleChrome/webrtc.git#*bower bootstrap#~3.3.0 cached git://
github.com/twbs/bootstrap.git#3.3.2bower bootstrap#~3.3.0 validate 3.3.2 against git://
github.com/twbs/bootstrap.git#~3.3.0bower ekko-lightbox#~3.1.4 cached git://
github.com/ashleydw/lightbox.git#3.1.5bower ekko-lightbox#~3.1.4 validate 3.1.5 against git://
github.com/ashleydw/lightbox.git#~3.1.4bower kurento-utils#5.1.0 cached git://
github.com/Kurento/kurento-utils-bower.git#5.1.0bower kurento-utils#5.1.0 validate 5.1.0 against git://
github.com/Kurento/kurento-utils-bower.git#5.1.0bower bootstrap#>= 3.0.0 cached git://
github.com/twbs/bootstrap.git#3.3.2bower bootstrap#>= 3.0.0 validate 3.3.2 against git://
github.com/twbs/bootstrap.git#>= 3.0.0
bower adapter.js#* checkout master
bower adapter.js#* invalid-meta adapter.js is missing "main" entry in bower.json
bower adapter.js#* invalid-meta adapter.js is missing "ignore" entry in bower.json
bower adapter.js#* resolved git://
github.com/GoogleChrome/webrtc.git#46e8844166bower kurento-chroma#develop ENOTFOUND Package kurento-chroma not found
npm ERR! kurento-h...@5.1.0 postinstall: `cd static && bower install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the kurento-h...@5.1.0 postinstall script.
npm ERR! This is most likely a problem with the kurento-hello-world package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd static && bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls kurento-hello-world
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.10.40-ged4f697
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! cwd /home/ubuntu/kurento-tutorial-node/kurento-hello-world
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/kurento-tutorial-node/kurento-hello-world/npm-debug.log
npm ERR! not ok code 0
ubuntu@tegra-ubuntu:~/kurento-tutorial-node/kurento-hello-world$ bower search kurento
Search results:
kurento-utils git://
github.com/Kurento/kurento-utils-bower.git kurento-client git://
github.com/Kurento/kurento-client-bower.git kws-media-api git://
github.com/Kurento/kws-media-api-bower.git kws-utils git://
github.com/Kurento/kws-utils-bower.git kws-content-api git://
github.com/Kurento/kws-content-api-bower.git kws-rpc-builder git://
github.com/Kurento/kws-rpc-builder-bower.git kurento-module-pointerdetector git://
github.com/Kurento/kurento-module-pointerdetector-bower.git kurento-jsonrpc git://
github.com/Kurento/kurento-jsonrpc-bower.git kurento-module-chroma git://
github.com/Kurento/kurento-module-chroma-bower.git kurento-module-platedetector git://
github.com/Kurento/kurento-module-platedetector-bower.git kurento-module-crowddetector git://
github.com/Kurento/kurento-module-crowddetector-bower.gitubuntu@tegra-ubuntu:~/kurento-tutorial-node/kurento-hello-world$