0

i tried doing this in hyper

<npm install lotion --save>

But i got following error

npm ERR! errno 1
npm ERR! tendermint-node@3.5.0 preinstall: 'rm -f ./bin/tendermint && touch ./bin/tendermint'>
npm ERR! exit status 1>
npm ERR!
npm ERR! failed at the tendermint-node@3.5.0 preinstall script.

pirho
  • 11,565
  • 12
  • 43
  • 70

1 Answers1

0

You can apply two solutions.

  1. Remove Package-lock.json file. and try to install it
  2. Use -f npm install lotion --save -f
Er Mitul Parmar
  • 33
  • 1
  • 11