Can't resolve './crypto/build/Release/sshcrypto.node'
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'
just ignore this warnning. and this is optional, you can install cmake in your machine if you want to solve this issue.
This is an error message printed by the npm start command. The project cannot start properly
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