jdanylko / Tuxboard

Tuxboard is a lightweight, open-source dashboard library for ASP.NET Core
https://www.danylkoweb.com/tuxboard
MIT License
44 stars 18 forks source link

Typscript cant find Bootstrap #7

Closed weedkiller closed 3 years ago

weedkiller commented 3 years ago

Severity Code Description Project File Line Suppression State Error TS2307 (TS) Cannot find module 'bootstrap' or its corresponding type declarations. Tuxboard.UI C:\Tuxboard-feature-typescript\Tuxboard.UI\wwwroot\src\Extras\Dialogs\AddWidgetDialog\AddWidgetDialog.ts 7 Active

image

jdanylko commented 3 years ago

If you look at the libman.json in the root, I'm using the VS 2019 "Restore client-side libraries".

This will change soon because I feel the libman.json is being phased out and we'll use npm instead.

Thoughts?

weedkiller commented 3 years ago

Yes I agree NPM for client side is a safe bet. I thought libman was marketed as the do-all save-all, guess it didnt pan out.