From 7915d823142333d0e927e805f38b55248d24d48a Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 30 Oct 2024 21:26:29 +0000 Subject: [PATCH] Install web3.js version 1.x for compatibility --- src/pages/Courses/web3/Chapters/Chapter-1/course.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Courses/web3/Chapters/Chapter-1/course.md b/src/pages/Courses/web3/Chapters/Chapter-1/course.md index bfc562e..6840cdd 100644 --- a/src/pages/Courses/web3/Chapters/Chapter-1/course.md +++ b/src/pages/Courses/web3/Chapters/Chapter-1/course.md @@ -153,7 +153,7 @@ To install @solana/web3.js, set up your project the -npm install @solana/web3.js +npm install @solana/web3.js@1 @@ -216,7 +216,7 @@ Structurally, the app is composed of index.tsx and ### 2. Install Dependencies -Use npm install @solana/web3.js to install our dependency on Solana’s Web3 library. +Use npm install @solana/web3.js@1 to install our dependency on Solana’s Web3 library.