-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ENOENT: no such file or directory, open '(...)/node_modules/svgo/lib/svgo/../../.svgo.yml' #693
Comments
Hi @binarykitchen, I had the same issue and, as it turns out,
I believe if you did the above, but with |
hmm, but why am i not seeing the ... and are you expecting everyone doing these steps when using yarn instead of npm? |
First of all - it's not my repo. I'm just a user trying to help out a fellow dev ;) Second of all - You may find this helpful: https://yarnpkg.com/lang/en/docs/cli/clean/ This problem has nothing to do with the |
aaaaah, gotcha, i see now. thanks for the link and explaining :) |
Refer: |
When having installed your package with yarn and using it in gulp over postcss I am seeing this error. But when installed with npm, this does not happen.
Not sure whether it's a bug in your module or whether it's a yarn bug.
The text was updated successfully, but these errors were encountered: