Gaweph / p5-typescript-starter

Base starter project using p5js and typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

werid typescript error

archywillhe opened this issue · comments

related: microsoft/TypeScript#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

tried on both tsc Version 3.4.4 and Version 3.9.7

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