From 01560373e23334baaf40376cf8b9960be115d639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=ADas=20de=20Francisco?= Date: Mon, 26 Jun 2023 02:13:46 +0200 Subject: [PATCH] Update README.md How to fix npm install @iota/client with wrong version errors --- client/bindings/nodejs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/bindings/nodejs/README.md b/client/bindings/nodejs/README.md index 66610e96e6..786d2abcd9 100644 --- a/client/bindings/nodejs/README.md +++ b/client/bindings/nodejs/README.md @@ -10,6 +10,13 @@ Node.js binding to the iota.rs client library. $ npm i @iota/client ``` +If you have some install errors, maybe you are trying to install an older version from the library from npm, +try download latests version in an imperative way, like this + +```bash +npm i @iota/client@3.0.0-rc.9 +``` + - Using yarn: ```bash