I am trying to install ngx-popover (by the way the files I get from npm install are different from the ones in github)
This the file structure
and this is how I add it in the angular-cli.json
Now the problem is that, in the console its giving me errors saying "Uncaught ReferenceError: require is not defined"
Do I need to add require.js ?
Also this question seems to be similar, but I could not find module: commonjs
anywhere.
How do I fix this issue ?