espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
276 stars 108 forks source link

Testing it locally (ESPTOOL-289) #11

Closed versamodule closed 3 years ago

versamodule commented 3 years ago

Isn't " npn install " missing something after it ?

https://github.com/espressif/esptool-js#testing-it-locally

ameyinamdar commented 3 years ago

Hi @versamodule "npm install" is already mentioned in https://github.com/espressif/esptool-js#testing-it-locally

versamodule commented 3 years ago

Yes, but install what ?

ameyinamdar commented 3 years ago

By default, "npm install" uses the package.json file available in the same directory and installs all the dependencies. So you don't have to specify anything explicitly.