Tool/software:
Dear TI Engineers and Experts,
Today, I tried to build a new wi-sun border router on BeaglePlay board.
I did it many times so it should be an easy job. However, it turned out failing at one step.
Here are my steps:
- Install Wi-SUN compatible BeaglePlay Debian OS 11.8 minimal image file from here:
https://forum.beagleboard.org/t/arm64-debian-11-x-bullseye-monthly-snapshots-2023-10-07/32318
beagleplay-emmc-flasher-debian-11.8-minimal-arm64-2023-10-07-4gb.img.xz - everything goes well until here:
cd /usr/local/ti-wisunfantund/ti-wisun-webapp/client/
sudo npm install
sudo npm audit fix (reducing the number of vulnerabilities; optional)
sudo npm run build> utdesign-ti-wisunfan-webserver-client@1.0.0 build > react-scripts build Creating an optimized production build... Failed to compile. /usr/local/ti-wisunfantund/ti-wisun-webapp/client/src/components/Topology.tsx TypeScript error in /usr/local/ti-wisunfantund/ti-wisun-webapp/client/src/components/Topology.tsx(39,25): Namespace 'cytoscape' has no exported member 'Stylesheet'. TS2694 37 | 38 | interface TopologyTheme { > 39 | stylesheet: cytoscape.Stylesheet[]; | ^ 40 | } 41 | const topologyThemeImplementations = new ComponentThemeImplementations<TopologyTheme>(); 42 | const tiTopologyTheme: TopologyTheme = {
Please correct it as soon as possible!