-
Notifications
You must be signed in to change notification settings - Fork 145
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
Error: Algorithm "sha1" not supported. supported values: passthrough #41
Comments
This seems weird. Could you show instructions for reproducing the original error you are seeing? Also, does |
yes, 1.1.5 you can see if you can reproduce it on your end (the sed command enables eslint which is using object hash here): cd /tmp
git clone [email protected]:ccorcos/doug.git
npm install --global lerna@prerelease
cd doug
lerna bootstrap
cd packages/doug-app/webpack
sed -i '' -e 's/\/\/ require/require/g' base.js
cd ../../example-app
npm start You can see the result when I run the following: https://gist.github.com/ccorcos/4fdbc1416111506299234be538ac30e6 |
You are experiencing montagejs/collections#162, this has nothing to do with The dependency chain for that is I’m closing this as it’s not an issue with |
thank you so much for the help! that's so annoying -- this is a perfect example of why you shouldnt override prototypes. |
also, how did you find that? |
So… I looked up the script that was actually getting executed (I think that was |
Oh interesting. |
|
same issue, is there a solution? |
@fo2w Can you give more details, like a reproduction, or the output of |
|
I originally posted this on the
eslint-loader
project webpack-contrib/eslint-loader#128No idea what thats all about:
The text was updated successfully, but these errors were encountered: