Last active
June 5, 2020 05:43
-
-
Save junkycoder/90a3914551e33f498c6a154a29b45d34 to your computer and use it in GitHub Desktop.
Fix npm start of Stencil (TypeScript issues)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
Author
junkycoder
commented
Jun 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment