Originally created by @nikunjmishra1998 on GitHub (Sep 13, 2024).
bug description
when we are setting up API on local environment and hit 'npm install' command then we are getting error like attached screen shot
reproduction steps
clone cobalt on local system
Try to setup API, and run 'npm install' command for setup.
You will get the error
screenshots
links
No response
platform information
Linux
additional context
No response
Originally created by @nikunjmishra1998 on GitHub (Sep 13, 2024).
### bug description
when we are setting up API on local environment and hit 'npm install' command then we are getting error like attached screen shot
### reproduction steps
1) clone cobalt on local system
2) Try to setup API, and run 'npm install' command for setup.
You will get the error
### screenshots

### links
_No response_
### platform information
Linux
### additional context
_No response_
GiteaMirror
added the bug label 2025-11-09 09:49:31 -06:00
hello! you need to install pnpm & use pnpm install for installing dependencies.
just updated the local env docs, sorry for not having done this earlier. lmk if you have any other questions.
@wukko commented on GitHub (Sep 13, 2024):
hello! you need to install pnpm & use `pnpm install` for installing dependencies.
just updated the [local env docs](https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md), sorry for not having done this earlier. lmk if you have any other questions.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nikunjmishra1998 on GitHub (Sep 13, 2024).
bug description
when we are setting up API on local environment and hit 'npm install' command then we are getting error like attached screen shot
reproduction steps
You will get the error
screenshots
links
No response
platform information
Linux
additional context
No response
@wukko commented on GitHub (Sep 13, 2024):
hello! you need to install pnpm & use
pnpm installfor installing dependencies.just updated the local env docs, sorry for not having done this earlier. lmk if you have any other questions.