LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.19k stars 224 forks source link

"sudo npm install --global pokemon-terminal" show error #176

Open ghost opened 4 years ago

ghost commented 4 years ago
npm ERR! path /usr/local/lib/node_modules/pokemon-terminal/pokemon
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/usr/local/lib/node_modules/pokemon-terminal/pokemon'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm version: 6.9.0 node version: v10.16.0

sylveon commented 4 years ago

Try using pip to install it instead. Related to https://github.com/LazoCoder/Pokemon-Terminal/issues/165#issuecomment-479736022

ghost commented 4 years ago

Try using pip to install it instead. Related to #165 (comment)

not working. terminal show me following error

Collecting git+https://github.com/LazoCoder/Pokemon-Terminal.git
  Cloning https://github.com/LazoCoder/Pokemon-Terminal.git to /private/var/folders/jb/x1dklmpn1bb7p3cwxxmlp2jw0000gn/T/pip-req-build-sz5fq_ry
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Command "git clone -q https://github.com/LazoCoder/Pokemon-Terminal.git /private/var/folders/jb/x1dklmpn1bb7p3cwxxmlp2jw0000gn/T/pip-req-build-sz5fq_ry" failed with error code 128 in None
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
sylveon commented 4 years ago

That looks like a problem with your network connection or otherwise outdated curl/pip version.