Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8497

Without this fix, ionic sample app does not even run and just emit an error.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/Vane11ope/vane11ope/fix into master Feb 15, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: Vane11ope

<-- Without this fix, the tutorial of Ionic App (https://ionicframework.com/getting-started/) does not work and just throw an error like below.

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:118:11) at Object.join (path.js:1039:7) at noopServiceWorkerMiddleware (/path/to/node_modules/react-dev-utils/noopServiceWorkerMiddleware.js:14:26) at Layer.handle [as handle_request] (/path/to/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/path/to/node_modules/express/lib/router/index.js:317:13) at /path/to/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/path/to/node_modules/express/lib/router/index.js:335:12) at next (/path/to/node_modules/express/lib/router/index.js:275:10) at launchEditorMiddleware (/path/to/node_modules/react-dev-utils/errorOverlayMiddleware.js:20:7) at Layer.handle [as handle_request] (/path/to/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/path/to/node_modules/express/lib/router/index.js:317:13) at /path/to/node_modules/express/lib/router/index.js:284:7 at Function.process_params (/path/to/node_modules/express/lib/router/index.js:335:12) at next (/path/to/node_modules/express/lib/router/index.js:275:10) at handleWebpackInternalMiddleware (/path/to/node_modules/react-dev-utils/evalSourceMapMiddleware.js:42:7) at Layer.handle [as handle_request] (/path/to/node_modules/express/lib/router/layer.js:95:5) -->

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Vane11ope/vane11ope/fix