not able to install node modules #437

Closed
opened 2025-11-09 09:49:31 -06:00 by GiteaMirror · 1 comment
Owner

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

image

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 ![image](https://github.com/user-attachments/assets/30ef94f0-69de-4349-b77a-3de1fca9eb54) ### links _No response_ ### platform information Linux ### additional context _No response_
GiteaMirror added the bug label 2025-11-09 09:49:31 -06:00
Author
Owner

@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, 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.
Sign in to join this conversation.