gtalusan / eufy-device-id-js

This Javascript program allows you to obtain the device ID & local key for your Eufy devices without having to rely on running an old version of their Android app.
0 stars 0 forks source link

Error: Cannot find module 'axios' #3

Open mk500hig opened 1 month ago

mk500hig commented 1 month ago

When I try to run index.js he said "Cannot find module 'axios'

` C:\Users\User\Downloads\eufy-device-id-js-main\eufy-device-id-js-main>node index.js "MYEMAIL" "MYPASSWORD" node:internal/modules/cjs/loader:1228 throw err; ^

Error: Cannot find module 'axios' Require stack:

Node.js v20.18.0 `

gtalusan commented 1 month ago

You need to install some dependencies. Run npm install in the root directory of the source code.