typings folder is missing in the pluggable widget project!

1
Hi There,   I was trying to create a pluggable widget via CLI, all the scripts ran fine, but the typings folder is missing the moment the project is generated. So it is causing trouble in the .tsx files.   node version – v12.16.2 npm version – 6.14.5 visual studio code version – 1.48.0 pluggable-widgets-tools – 8.9.2   SOLUTION: Run the following command. npm cache clear --format  This will clear all the caches in the npm.     
asked
1 answers
2

Do you think it is an issue of the CLI? If you are sure it is a bug, you could try to create a demo project and send a bug report to mendix by the support page at support.mendix.com .

answered