Skip to content

Commit

Permalink
Fix compilation on Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffesquivels committed Aug 30, 2023
1 parent 97cd860 commit 2644e68
Show file tree
Hide file tree
Showing 2 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 @@ -29,7 +29,7 @@ For developers looking to include Nimiq support on their applications, there are

1. Install [Node.js](https://nodejs.org) v8.10.0 - v15.14.0.
2. On Ubuntu and Debian, install `git` and `build-essential`: `sudo apt-get install -y git build-essential`.
- On other Linux systems, install `git`, `python2.7`, `make`, `gcc` and `gcc-c++`.
- On other Linux systems, install `git`, `python3`, `make`, `gcc` and `gcc-c++`.
- For MacOS or Windows, [check here for git](https://git-scm.com/downloads) and [here for compilation tools](https://github.com/nodejs/node-gyp#on-mac-os-x).
3. Install `yarn` globally: `sudo npm install -g yarn`.
4. Install `gulp` globally: `yarn global add gulp`.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"gypfile": true,
"dependencies": {
"@nimiq/jungle-db": "^0.10.0",
"@nimiq/jungle-db": "^0.10.1",
"atob": "^2.0.3",
"bindings": "^1.3.0",
"btoa": "^1.1.2",
Expand All @@ -68,7 +68,7 @@
"json5": "^2.1.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.8",
"nan": "^2.16.0",
"nan": "^2.17.0",
"node-deb": "^0.10.7",
"ws": "^7.0.1"
},
Expand Down Expand Up @@ -107,7 +107,7 @@
"karma-jasmine": "*",
"karma-safari-launcher": "^1.0.0",
"merge2": "^1.2.1",
"node-gyp": "^5.0.1",
"node-gyp": "^9.4.0",
"sri-toolbox": "^0.2.0",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
Expand Down

0 comments on commit 2644e68

Please sign in to comment.