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
[!] The react-native-static-server pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute homepage.
- WARN | source: Git sources should specify a tag.
- WARN | description: The description is equal to the summary.
but seems to work when I add the key to the package.json:
"homepage": "http://"
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:
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
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: