Closed
Description
Q&A (please complete the following information)
- OS: Win 10
- Browser: Chrome
- Version: 91.0.4472.164
- Method of installation: npm
- Swagger-UI version: 3.51.1
Describe the bug you're encountering
When running npm run build
we ran into a problem with swagger-ui-react
package. The error occured in swagger-ui.js
- Cannot find module: 'isomorphic-form-data'. Make sure this package is installed.
isomorphic-form-data
package is not in node_modules.
Expected behavior
npm run build
runs without errors.
Screenshots
Additional context or thoughts
When I install isomorphic-form-data
package into my project, build works fine.