-
Notifications
You must be signed in to change notification settings - Fork 189
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
pod install fails #87
Comments
The current (0.4.2) version published to NPM is missing the inclusion of the homepage attribute from #75 The maintainer needs to release a new patch version (0.4.3) and publish that to NPM. There are workarounds -- using npm 6.x seems to resolve the issue automatically for me but yarn does not. You can also tell your package.json to install from the github repo instead of npm registry https://docs.npmjs.com/files/package.json#github-urls |
@nnyath thanks for suggesting about the package.json. I can use that for other reasons. for now I'll leave this open until the maintainer fixes the issue |
Im facing same issue |
I get the following error:
but seems to work when I add the key to the
package.json
:what's odd is that if I look at the package on the repo it contains the required field but the file npm install puts on my project doesn't have it
The text was updated successfully, but these errors were encountered: