Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on npm install on windows #4

Open
rolisanchez opened this issue May 11, 2017 · 2 comments
Open

Issue on npm install on windows #4

rolisanchez opened this issue May 11, 2017 · 2 comments
Labels

Comments

@rolisanchez
Copy link

Hi there,

I was able to install this module on my Macbook. However, when trying to install on another windows machine, I get the error

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Tried some suggestions that I've found like cleaning node cache and running cmd as administrator.

I just found an issue on Stack Overflow detailing that sometimes if one of the dependencies in package.json is a git repo such as:

"react-native-push-notification": "git@github.com:GantMan/react-native-push-notification.git",

It can lead to errors, so it might be better to use the module version such as:

"react-native-push-notification": "^1.0.7",

(http://stackoverflow.com/questions/43360234/could-not-read-from-remote-repository-on-npm-install-from-github-public-repo)

I've seen that in react-images-uploader there is this dependency in package.json:

"react-progress-button": "git+https://github.com/aleksei0807/react-progress-button.git"

Do you think that changing this to a version would solve the problem of installing on windows machines?

@kirillDanshin
Copy link
Collaborator

it's npm's issue and has nothing to do with this project.
anyway, I'll publish forked version of the react-progress-button soon later.

@kirillDanshin
Copy link
Collaborator

please test 1.2.0-rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants