This repository was archived by the owner on Dec 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
The "path" argument must be of type string. Received undefined #8
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededprogressIn ProgressIn Progress
Description
Upon starting the application with npm start the app break with the following error:
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 (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/react-dev-utils/noopServiceWorkerMiddleware.js:14:26)
at Layer.handle [as handle_request] (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:317:13)
at /mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:335:12)
at next (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:275:10)
at launchEditorMiddleware (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/react-dev-utils/errorOverlayMiddleware.js:20:7)
at Layer.handle [as handle_request] (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:317:13)
at /mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:335:12)
at next (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/index.js:275:10)
at handleWebpackInternalMiddleware (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/react-dev-utils/evalSourceMapMiddleware.js:42:7)
at Layer.handle [as handle_request] (/mnt/c/Users/gsonl/Workspace/portal-front/node_modules/express/lib/router/layer.js:95:5)Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededprogressIn ProgressIn Progress