Skip to content

unable to install dependencies through npm install #3785

Answered by fturmel
lakshmimaddipati asked this question in Q&A
Discussion options

You must be logged in to vote

You mean the dev dependencies to contribute, right?

I think the problem is that the lock file right now is on Bun 1.0.30, but they only shipped Windows compat recently with v1.1 https://bun.sh/blog/bun-v1.1#windows-support. The pre-built binaries in 1.0.x were only for macOS (darwin) and linux.

Try running npm update instead of npm install, or delete the package lock file before npm install.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lakshmimaddipati
Comment options

@fturmel
Comment options

Answer selected by fturmel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants