-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dave Kelsey <[email protected]>
- Loading branch information
Dave Kelsey
committed
Apr 23, 2024
1 parent
2cae2fe
commit d1a3dd9
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,13 +216,13 @@ For developing Caliper, the minimum required version of npm is `7.24.2`. This is | |
In case the npm version is not sufficient, the following error may be thrown when trying to install the dependencies: | ||
```console | ||
user@ubuntu:~/caliper$ npm ci | ||
user@ubuntu:~/caliper$ npm install | ||
npm ERR! code ENOTSUP | ||
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":">=14.19.0","npm":">=7.24.2"} (current: {"node":"14.19.3","npm":"6.14.17"}) | ||
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":">=18.19.0","npm":">=7.24.2"} (current: {"node":"14.21.3","npm":"6.14.18"}) | ||
npm ERR! notsup Not compatible with your version of node/npm: [email protected] | ||
npm ERR! notsup Not compatible with your version of node/npm: [email protected] | ||
npm ERR! notsup Required: {"node":">=14.19.0","npm":">=7.24.2"} | ||
npm ERR! notsup Actual: {"npm":"6.14.17","node":"14.19.3"} | ||
npm ERR! notsup Required: {"node":">=18.19.0","npm":">=7.24.2"} | ||
npm ERR! notsup Actual: {"npm":"6.14.18","node":"14.21.3"} | ||
``` | ||
If the npm version is lower than `7.24.2`, you can update it to latest by running the following command: | ||
|
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