We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infops@MacBook-Air-8 ~ % sudo rm /opt/homebrew/bin/CamJacking
Password: rm: /opt/homebrew/bin/CamJacking: No such file or directory infops@MacBook-Air-8 ~ % npm install camjacking -g
npm ERR! code EEXIST npm ERR! syscall symlink npm ERR! path ../lib/node_modules/camjacking/app.js npm ERR! dest /opt/homebrew/bin/CamJacking npm ERR! errno -17 npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/camjacking/app.js' -> '/opt/homebrew/bin/CamJacking' npm ERR! File exists: /opt/homebrew/bin/CamJacking npm ERR! Remove the existing file and try again, or run npm npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in: /Users/infops/.npm/_logs/2023-05-23T04_22_39_574Z-debug-0.log
The text was updated successfully, but these errors were encountered:
can you uninstall and reinstall the tool again ?
to uninstall follow this command
npm uninstall camjacking
after uninstall if you get same error Follow the below steps
Sorry, something went wrong.
No branches or pull requests
infops@MacBook-Air-8 ~ % sudo rm /opt/homebrew/bin/CamJacking
Password:
rm: /opt/homebrew/bin/CamJacking: No such file or directory
infops@MacBook-Air-8 ~ % npm install camjacking -g
npm ERR! code EEXIST
npm ERR! syscall symlink
npm ERR! path ../lib/node_modules/camjacking/app.js
npm ERR! dest /opt/homebrew/bin/CamJacking
npm ERR! errno -17
npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/camjacking/app.js' -> '/opt/homebrew/bin/CamJacking'
npm ERR! File exists: /opt/homebrew/bin/CamJacking
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in: /Users/infops/.npm/_logs/2023-05-23T04_22_39_574Z-debug-0.log
The text was updated successfully, but these errors were encountered: