I had the same issue.
It appears the installation doesn't update the package.json file unless "--save" is included in the "npm install" command.
In other words, the packages should be installed with
npm install --save bootstrap
npm install --save jquery
npm install --save popper.js