Skip to content

Commit

Permalink
Updated Readme (issue #579)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlasharry committed Jun 25, 2024
1 parent 95edec6 commit 46233a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Here is how you install Privacy Pioneer for development purposes:
xcode-select --install
```

After you build the Privacy Pioneer App using the `npm install -production=false` or `xcode-select --install`, you might find that your package-lock.json file has been updated with dependencies that are different from the ones in the repository. This is because the package-lock.json file is generated based on the versions of the dependencies that are newer available at the time of installation. If you could successfully build the Privacy Pioneer App and run this extension in the brower, you can ignore this issue.

For any issues with incorrect dependency versions, copy the package-lock.json file from the repository into your local directory and run:

```bash
Expand Down

0 comments on commit 46233a7

Please sign in to comment.