SyntaxFix
Write A Post
Hire A Developer
Questions
Simply, npm install --save @types/bootstrap try to match typing version with your bootstrap version. E.g. you have Bootstrap 4.3.1 then npm install --save @types/[email protected]
npm install --save @types/bootstrap
npm install --save @types/[email protected]