- Clone the
deep-seek
repo. - Install package manager and dependencies using one of the following ways
npm
- Install
npm
package manager by downloading installers according to your operating system from here. - Install dependencies for the project using
if facing dependency conflict, retry using
cd deep-seek npm install
npm install --legacy-peer-deps
- Install
yarn
- Install
yarn
package manager using the instructions from here. - Replace line in package.json with
"packageManager": "yarn@1.22.22"
- Install dependecies for the project using,
cd deep-seek yarn install
- Install
pnpm
- Install
pnpm
package manager using the instructions here. - Install dependencies for the project using,
cd deep-seek pnpm install
- Install
bun
- Install
bun
pacakge manager using the instructions here. - Install dependencies for the project using,
cd deep-seek bun install
- Install
- Remove
package-lock.json
if needed while installing dependencies