From 4fc7b6668a702499dba762b06b653e6d428885a9 Mon Sep 17 00:00:00 2001 From: nickwelp Date: Mon, 6 Feb 2023 12:50:59 -0600 Subject: [PATCH] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sick of getting this stupid error when installing React Native on iOS: ``` ⚠️ Something went wrong running `pod install` in the `ios` directory. Command `pod install` failed. └─ Cause: The `RNOS` pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute `authors`. - WARN | source: Git sources should specify a tag. - WARN | description: The description is equal to the summary.``` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4b8476d..582df73 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.2.7", "description": "node's os module for react-native", "main": "index.js", + "author" "PeelTechnologies", "scripts": { "start": "exit 1" },