Closed weedkiller closed 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?
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.
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
npm install --save @types/bootstrap
For BS 5 in the Src Folder