DylanPiercey / local-devices

🔮 Find devices connected to the current local network.
MIT License
139 stars 27 forks source link

NodeJs app crash #65

Closed SteveC00k closed 2 years ago

SteveC00k commented 2 years ago

Node crashes when trying to load the module. I tried to install using the Global flag "-g" and it still crashes. I cannot locate the module anywhere but it acts like it installs. Ubuntu on a droplet (DigitalOcean)

DylanPiercey commented 2 years ago

Can you share the error message?

SteveC00k commented 2 years ago

node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module 'local-devices' Require stack:

I used nodemon to run the index.js file I have.

On Tue, Aug 16, 2022 at 8:14 PM Dylan Piercey @.***> wrote:

Can you share the error message?

— Reply to this email directly, view it on GitHub https://github.com/DylanPiercey/local-devices/issues/65#issuecomment-1217377878, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHTD2M4B7D7A7PEFHPXSFDVZRDG7ANCNFSM56WUOGXQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Steven Cook

DylanPiercey commented 2 years ago

This would mean the module didn't install correctly as you said, that'd unlikely be an issue with this module.

Do you see an error during install?

SteveC00k commented 2 years ago

When installing the module I did not see any errors. It acted like it installed fine. Could be a dependency issue maybe.

On Wed, Aug 17, 2022 at 9:03 AM Dylan Piercey @.***> wrote:

This would mean the module didn't install correctly as you said, that'd unlikely be an issue with this module.

Do you see an error during install?

— Reply to this email directly, view it on GitHub https://github.com/DylanPiercey/local-devices/issues/65#issuecomment-1218133391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHTD2LJ4P4CRSCTAREIDKLVZT5M3ANCNFSM56WUOGXQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Steven Cook

DylanPiercey commented 2 years ago

@SteveC00k are you able to create a reproduction?

SteveC00k commented 2 years ago

When you ask for a reproduction you want a screen of the attempted install?

On Wed, Aug 17, 2022 at 9:41 AM Dylan Piercey @.***> wrote:

@SteveC00k https://github.com/SteveC00k are you able to create a reproduction?

— Reply to this email directly, view it on GitHub https://github.com/DylanPiercey/local-devices/issues/65#issuecomment-1218186437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHTD2PUY42PWA4QCNLR67LVZUB2LANCNFSM56WUOGXQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Steven Cook

SteveC00k commented 2 years ago

Not sure why but now its working. So you can consider this closed. I have had a lot of disconnection and strange activity. but all is working fine now. Thanks.

On Wed, Aug 17, 2022 at 1:48 PM Steven Cook @.***> wrote:

When you ask for a reproduction you want a screen of the attempted install?

On Wed, Aug 17, 2022 at 9:41 AM Dylan Piercey @.***> wrote:

@SteveC00k https://github.com/SteveC00k are you able to create a reproduction?

— Reply to this email directly, view it on GitHub https://github.com/DylanPiercey/local-devices/issues/65#issuecomment-1218186437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHTD2PUY42PWA4QCNLR67LVZUB2LANCNFSM56WUOGXQ . You are receiving this because you were mentioned.Message ID: @.***>

-- Steven Cook

-- Steven Cook