google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
2.01k stars 999 forks source link

How can I solve this error when I type npm lodash/get, can you help me? #370

Closed beatrzd closed 3 years ago

beatrzd commented 3 years ago

npm ERR! code 1 npm ERR! command failed npm ERR! command git ls-remote ssh://git@github.com/lodash/get.git npm ERR! 'git' is not recognized as an internal or external command, npm ERR! operable program or batch file.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\ACER\AppData\Local\npm-cache_logs\2021-01-15T22_50_51_865Z-debug.log

tjgq commented 3 years ago

You need to install Git in addition to Node.js. See e.g. https://github.com/nodejs/help/issues/786.