Bootstrap 4 TypeScript Type Definition fails to compile - Cannot find module 'popper.js'
问题 I am attempting to set up a TypeScript project and get bootstrap 4 working along with Popper , jQuery , and Knockout in Visual Studio Code. I installed the knockout, jquery and bootstrap type definitions, npm install -–save @types/knockout npm install -–save @types/jquery npm install --save @types/bootstrap referenced the JS files in a require.js config declare var require: any; require.config({ paths: { "knockout": "externals/knockout-3.5.0", "jquery": "externals/jquery-3.3.1.min", "popper