TheAgentK / tuya-mqtt

Nodejs-Script to combine tuyaapi and openhab via mqtt
MIT License
173 stars 80 forks source link

npm install not working #12

Closed Nepomuk3000 closed 5 years ago

Nepomuk3000 commented 5 years ago

Describe the bug Calling the "npm install" to download codetheweb/tuyapi fails with log :

npm ERR! git clone git@github.com:github:codetheweb/tuyapi fatal: remote error:
npm ERR! git clone git@github.com:github:codetheweb/tuyapi    is not a valid repository name
npm ERR! git clone git@github.com:github:codetheweb/tuyapi   Email support@github.com for help
npm ERR! notarget No compatible version found: tuyapi@'github:codetheweb/tuyapi'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0","0.1.1","0.1.2","1.0.0","1.0.1","1.0.2","1.1.0","1.1.1","1.1.2","2.0.0","2.0.1","2.0.2","2.0.3","3.0.0","3.0.1","3.0.2","3.1.0","3.1.1","3.1.2","3.1.3","3.1.4","3.1.5","3.2.0","3.2.1","3.2.2","3.2.3"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

Desktop :

TheAgentK commented 5 years ago

This should be fixed now, please check again.

TheAgentK commented 5 years ago

close