Gaweph / p5-typescript-starter

Base starter project using p5js and typescript
MIT License
344 stars 173 forks source link

werid typescript error #11

Closed archywillhe closed 4 years ago

archywillhe commented 4 years ago

related: https://github.com/microsoft/TypeScript/issues/35021

right away ran into this error after npm install & npm start:

node_modules/typescript/lib/tsc.js:10248
        return !!(module.flags & 1024);
                         ^

TypeError: Cannot read property 'flags' of undefined
archywillhe commented 4 years ago

tried on both tsc Version 3.4.4 and Version 3.9.7

archywillhe commented 4 years ago

aww removing node modules and doing npm cache clean -f then reinstall results in everything working!