-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest #385
Comments
My understanding is that this is only a warning. It should not prevent generator from functioning. Please note that the master branch is not compatible with the released version of photoshop, so try with 3.8.4 |
@mcilroyc At the beginning I thought its just a warning. However, when i run any plugin, its terminate and gives a communication error: 1. I am using photshop cc 2017 with latest version. |
@mesmerize86 you can not run |
I am now blocked by a similar error message: |
What version of Photoshop is supported? Is there an alternate branch that supports CC 2017? |
Have not been able to run generator core at all. Had to manually hotfix in a digest in my local repo to get it to work. Deprecation warnings shouldn't be left ignored. |
@Martin-Pitt We're working towards updating this. But please note that Photoshop currently includes node.js version 4. It is best to develop plugins using that version to ensure compatibility with generator. |
I'm getting this issue again, but this time due to NPM being outdated in #280 |
@marekhrabe, I just pushed the latest: https://www.npmjs.com/package/generator-core/v/3.11.5 |
Hi
can someone please help me this issue. when i try to run plugins, I got an error.
DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest
Not sure how to fix it. I am using node ^6.9.2
All I did is changed the password in photoshop remote connection.
Thanks,
The text was updated successfully, but these errors were encountered: