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
Due to company policies ssh port 22 is blocked, but I can use https instead:
bash-4.3# roc new react-app web-app-react
:
Installing template dependencies… (If this fails you can try to run npm install directly)
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror git@github.com:dlmr/react-router-redux.git /root/.npm/_git-remotes/git-github-com-dlmr-react-router-redux-git-fix-inital-server-load-dist-3ecdc0c9: Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-dlmr-react-router-redux-git-fix-inital-server-load-dist-3ecdc0c9'...
:
npm ERR! ssh: connect to host github.com port 22: Connection refused
npm ERR! fatal: Could not read from remote repository.
How can this easily be configured?
Do you have more info about autoconfiguring the roc.config.js.
I try to automate this inside an alpine docker container.
Thanks
Regards MortenB
The text was updated successfully, but these errors were encountered:
It looks like you are using version 1.0.0-rc.10 of Roc, I would suggest starting with going to the next version that currently is at 1.0.0-rc.20 if possible, it will most likely be backwards compatible with what you use today.
You can the next version using npm install -g roc@next.
Doing this you will get a version of the template that does not have dependency on a git package. If you would like to stay on your current version of Roc you can manually update the package.json that have been created for your project and bump the dependency on roc-package-web-app-react-dev and roc-package-web-app-react from 1.0.0-alpha.11 to 1.0.0-alpha.13.
Hi
Due to company policies ssh port 22 is blocked, but I can use https instead:
How can this easily be configured?
Do you have more info about autoconfiguring the roc.config.js.
I try to automate this inside an alpine docker container.
Thanks
Regards MortenB
The text was updated successfully, but these errors were encountered: