discipl / ComplianceByDesign

onderzoek en ontwikkeling rond thema compliance by design
GNU General Public License v3.0
2 stars 1 forks source link

Actor view error #190

Closed blackstardlb closed 3 years ago

blackstardlb commented 3 years ago

Added an error message that shows if there is an error in computeRenderData. closes #189

blackstardlb commented 3 years ago

Audit Fix causes the bellow error and there are packages with breaking changes that require manual review. TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:120:11) at Object.join (path.js:1039:7) at noopServiceWorkerMiddleware (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/react-dev-utils/noopServiceWorkerMiddleware.js:14:26) at Layer.handle [as handle_request] (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:317:13) at /home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:335:12) at next (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:275:10) at launchEditorMiddleware (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/react-dev-utils/errorOverlayMiddleware.js:20:7) at Layer.handle [as handle_request] (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:317:13) at /home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:335:12) at next (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/index.js:275:10) at handleWebpackInternalMiddleware (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/react-dev-utils/evalSourceMapMiddleware.js:42:7) at Layer.handle [as handle_request] (/home/travis/build/discipl/ComplianceByDesign/compliance-by-design-demo/node_modules/express/lib/router/layer.js:95:5)

pimotte commented 3 years ago

Is there a way to reduce the output of npm audit rather than not run it at all? I do like knowing there are outstanding security issues.