AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

Can't resolve './crypto/build/Release/sshcrypto.node'

Open liujie12 opened this issue 2 years ago • 3 comments

OS

linux7.9

VERSION

Version in settings

ISSUE DESCRIPTION

WARNING Compiled with 2 warnings 4:57:22 PM

warning in ./node_modules/ssh2/lib/protocol/crypto.js

Module not found: Error: Can't resolve './crypto/build/Release/sshcrypto.node' in '/opt/AnotherRedisDesktopManager/node_modules/ssh2/lib/protocol'

warning in ./node_modules/ssh2/lib/protocol/constants.js

Module not found: Error: Can't resolve 'cpu-features' in '/opt/AnotherRedisDesktopManager/node_modules/ssh2/lib/protocol'

liujie12 avatar May 12 '23 09:05 liujie12

just ignore this warnning. and this is optional, you can install cmake in your machine if you want to solve this issue.

qishibo avatar May 13 '23 13:05 qishibo

This is an error message printed by the npm start command. The project cannot start properly

liujie12 avatar May 14 '23 07:05 liujie12

I haven't met this issue, what's your version of nodejs sshcrypto and cpu-features are usually warnnings and they will not cause error. you can try rm -rf node_modules and reinstall dependencies

qishibo avatar May 15 '23 07:05 qishibo