You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
harpocrates, emanb29, timbonicus, kaisawind, cvanem and 3 more