I am working on an Aurelia project.
I've installed blockchain.info using the following command npm install --save blockchain.info
The installation is successful. Now, i want to import the "blockchain.info" to Node.js but when i try to use require('blockchain.info') statement in app.js file, it shows up as a html tag as follows <script src="src/blockchain.info.js"> even though I do not have the file specified as the source.
Why is this happening? How do I import "blockchain.info"?