-
Notifications
You must be signed in to change notification settings - Fork 69
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 in ./node_modules/form-data/lib/form_data.js Module not found: Error: Can't resolve 'fs' #52
Comments
Sorry about that, I've just submitted a fix in Kong/httpsnippet#184. |
@erunion nice to see this fixed. Is a patch planned to distribute the fix? |
@ErikWittern I don't manage or use this project but a new release of HTTPSnippet was pushed out with my fix for this issue so it should be able to be pulled in here to resolve the problem. |
Sorry yeah you're right. My fix for this is in Kong/httpsnippet@0fc7f4a which hasn't been released yet. |
Log:
Explanation:
A recent change in the httpsnippet package - introduced in v1.23.0 - broke builds when using
openapi-snippet
.Workaround:
Force
openapi-snippet
to use the 1.22.0 version. With yarn: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/The text was updated successfully, but these errors were encountered: