Skip to content

Instantly share code, notes, and snippets.

@junkycoder
Last active June 5, 2020 05:43
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 junkycoder/90a3914551e33f498c6a154a29b45d34 to your computer and use it in GitHub Desktop.
Save junkycoder/90a3914551e33f498c6a154a29b45d34 to your computer and use it in GitHub Desktop.
Fix npm start of Stencil (TypeScript issues)
$ rm ./node_modules/typescript/lib/lib.es2015.iterable.d.ts
$ touch ./node_modules/typescript/lib/lib.es2015.iterable.d.ts
$ rm ./node_modules/typescript/lib/lib.es2015.generator.d.ts
$ touch ./node_modules/typescript/lib/lib.es2015.generator.d.ts
$ npm start
@junkycoder
Copy link
Author

typescript-wtf-34

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