I have an angular application but when I try this code :
require("../../../package.json").version
I get this error message :Error loading http://localhost/package.json.js as "../../../package.json" from app.component.js
why am i getting : package.json.js file? with such bizzare extension?
Thanks,