-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…error Plat 8665 react native install error
- Loading branch information
Showing
17 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ Most updates to this repo will be made by Bugsnag employees. We are unable to ac | |
|
||
```sh | ||
# Clone the repository | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js | ||
|
||
# Install top-level dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Clone and navigate to this repo: | ||
|
||
```sh | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This example app was created with Electron forge. | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/electron/electron-basic | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This example app was created with Electron forge. | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/electron/electron-bundled | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use the CDN delivered version of `@bug | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/browser-cdn | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use `@bugsnag/js` with an Express appl | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/express | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use `@bugsnag/js` with a Koa applicati | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/koa | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ We recommend creating two projects in your dashboard, one for the server errors | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/nuxtjs | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use `@bugsnag/js` with a basic Node.js | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/plain-node | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This project was bootstrapped with [`create-react-app`](https://github.com/faceb | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/react | ||
``` | ||
Take a look at… | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use `@bugsnag/js` with a Restify appli | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/restify | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This project was bootstrapped with [`Vue CLI`](https://cli.vuejs.org/). | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/js/vue | ||
``` | ||
Take a look at… | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ For instructions on how to install and configure Bugsnag in your own application | |
|
||
1. Clone the repo and `cd` into the directory of this example: | ||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/reactnative/rn063example | ||
npm install | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ This project was bootstrapped with [`Angular CLI`](https://github.com/angular/an | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/ts/angular | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ This is an example project showing how to use `@bugsnag/js` with a basic TypeScr | |
Clone the repo and `cd` into the directory of this example: | ||
|
||
``` | ||
git clone [email protected]:bugsnag/bugsnag-js.git | ||
git clone [email protected]:bugsnag/bugsnag-js.git --recursive | ||
cd bugsnag-js/examples/ts/plain-node | ||
``` | ||
|
||
|