metaspartan / explorer

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift.io Integration, etc. (Project is currently not under active development, if you have a bug fix, please open a PR) My current project can be found at https://github.com/metaspartan/denarius (D a better cryptocurrency than ETH)
Other
486 stars 330 forks source link

How can i install other modules? #21

Closed soy-sauce-rice closed 6 years ago

soy-sauce-rice commented 6 years ago

i want to change your codes and use mysql , i input npm install mysql , and I add var mysql = require('mysql') in addressinfoController.js .But it can't work.Chrome console says Cannot find module 'mysql' there really is a folder named 'mysql'. i try to solve this problem ,bu i don't understand nodejs, so how can i use mysql?