To install dependencies in your project, please install pnpm
by running the following command:
git add pnpm-lock.yaml git commit -m "Update pnpm-lock.yaml"
npm install -g pnpm
pnpm install
npm install next react react-dom
Next, navigate to your project directory and run the following command:
pnpm install
This will install all the dependencies listed in your package.json
file.