creativetimofficial / ct-argon-dashboard-pro-svelte

8 stars 7 forks source link

[Bug] Can't run npm install due to dependency errors #14

Open hexaper opened 1 year ago

hexaper commented 1 year ago

Version

1.2.0

Reproduction link

https://i.imgur.com/vQqhez7.png

Operating System

Raspberry Pi OS Lite Bullseye

Device

Raspberry Pi 4B

Browser & Version

Google Chrome 107.0.5304.108

Steps to reproduce

  1. Download code.
  2. Unzip code.
  3. Run npm install --legacy-peer-deps

What is expected?

Npm installs packages and app is ready to serve

What is actually happening?

npm throws error about topojson not being found, installing it by hand doesn't work either as it's deprecated.


Solution

Additional comments