Skip to content

Commit

Permalink
Update README.md (#192)
Browse files Browse the repository at this point in the history
* Update README.md

This PR corrects the setup instructions for dealing with `node-gyp` errors.

`xcode` cannot be installed via brew as was described and `xcode-select` does not include the required utilities.

* Updating version to 0.11.4

---------

Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
doowt and dc-autobot[bot] authored Oct 9, 2024
1 parent 19ff05a commit b3f6a96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Thanks for all the hard work to everybody who contributed to the [project](https

## Setup

In case `npm i` fails with the references to the `node-gyp`. Please install xcode utilities by runing -> `brew install xcode`. Before executing `npm i` delete your node_modules in case it has some old references `rm -rf /node_modules`
In case `npm i` fails on MacOS with references to `node-gyp`, please ensure XCode is installed via the App Store and accept the licence via `sudo xcodebuild -license accept`. Before executing `npm i`, delete your node_modules directory (if it was created) in case it has some old references `rm -rf ./node_modules`.

#### DRPC Config

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/veritable-cloudagent",
"version": "0.11.3",
"version": "0.11.4",
"main": "build/index",
"type": "module",
"types": "build/index",
Expand Down

0 comments on commit b3f6a96

Please sign in to comment.