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 using the new "flattened" node_modules architecture my app throws the following error: [TypeError: Cannot assign to read only property 'swagger' of [object Object]]
when instantiation SwaggerExpress
If I install the dependencies with npm install --legacy-bundling the app works perfectly.
Node.JS version 5.7.0 and 5.11.0 both exhibit this behavior.
The text was updated successfully, but these errors were encountered:
When using the new "flattened" node_modules architecture my app throws the following error:
[TypeError: Cannot assign to read only property 'swagger' of [object Object]]
when instantiation SwaggerExpress
If I install the dependencies with npm install --legacy-bundling the app works perfectly.
Node.JS version 5.7.0 and 5.11.0 both exhibit this behavior.
The text was updated successfully, but these errors were encountered: