ben-sb / javascript-deobfuscator

General purpose JavaScript deobfuscator
https://deobfuscate.io
Apache License 2.0
786 stars 112 forks source link

Update package.json #34

Closed osvaldohdzm closed 1 year ago

osvaldohdzm commented 2 years ago

It was showing the following error with the ssh:

npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/ben-sb/shift-codegen-js.git npm ERR! git@github.com: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists.

ben-sb commented 2 years ago

The repo deliberately uses a custom fork of shift-codegen (https://github.com/ben-sb/shift-codegen-js) to support newer js features so changing the dependency back to the main shift-codegen would be a mistake.

That error looks like something specific with your machine/git setup (as that repo definitely exists and is public), what OS and type of machine are you on?