Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaoyangnz/23d3ab4e83939cea2f15a6a3c4313c0e to your computer and use it in GitHub Desktop.
Save chaoyangnz/23d3ab4e83939cea2f15a6a3c4313c0e to your computer and use it in GitHub Desktop.

when you run npm run dev, sometimes you will come accross this error:

Open node_modules/typescript/lib/typescript.js, and go to line 8873:

if (!sourceFile) {
    return ts.createTextSpan(0, 0);
}

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment