I am quite new to JS. I am trying to install something from git with
npm install git+https://github.com/celer-network/cBridge-typescript-client.git
And I get
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/ich/.npm/_cacache/tmp/git-clonerawpRN/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/ich/.npm/_cacache/tmp/git-clonerawpRN/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ich/.npm/_logs/2022-01-11T11_09_15_020Z-debug-0.log
I am using PyCharm on a MacBook Pro.
Best,
Dominik