Hello I am trying to run wokwi elements in my local machine and I get the following error:
> rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false && rollup -c rollup.config.js && terser -c -m -o dist/wokwi-elements.bundle.min.js dist/wokwi-elements.bundle.js
src/react-types.ts:45:32 - error TS2307: Cannot find module './ILI9341-element' or its corresponding type declarations.
45 import { ILI9341Element } from './ILI9341-element';
Steps to reproduce:
- Cloned the repo using: git clone [email protected]:wokwi/wokwi-elements.git
- Installed the dependencies using npm i
Here I get the  error mentioned above.
System Configuration:
- OS: Linux Mint 20.2 Cinnamon
- Cinnamon version: 5.0.4
- NodeJS version: 14.7.6
- Npm version: 6.14.15