You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
I'm trying to setup up GitHub passport authentication on my ibmblockchain/composer-rest-server but I cant install the passport-github package on my composer-rest server.
If I ssh into my server I don't have the permission to use npm as I'm the composer user and I don't know where to find the password to change to the root user.
I also tried running a task ( bx cf run-task composer-rest-server-block-aviation-network "cd /home/composer/.npm-global/lib/node_modules/@ibmblockchain/composer-rest-server/node_modules && npm install --production -g passport-github") on the server but it didnt work for some reason even though the output was as expected when I looked for the package i couldnt find it.
If I look at the logs of my ibmblockchain/composer-rest-server I keep getting the error:
Cannot find module 'passport-github'
Do you now a way to get around this or know how to install the 'passport-github' package on the ibmblockchain/composer-rest-server?