Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find module 'mssql' nodejs

I'm beginner in Node.js, I want to connect Node.js with local SQL server and I got this sentence:

Cannot find module 'mssql' nodejs

Thanks for your support.

like image 213
IDIK Avatar asked Jul 13 '26 17:07

IDIK


1 Answers

Just run 'npm install mssql' --- In case after setup, you got : [...].Connection is not a constructor ==> run 'npm uninstall mssql' and put version when install => 'npm install [email protected]'

Hope it can help you.

like image 58
KhaNguyen Avatar answered Jul 15 '26 09:07

KhaNguyen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!