Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Three main steps must be done before `node-odbc` can interact with your database
When all these steps have been completed, install `node-odbc` into your Node.js project by using:

```bash
# node-odbc uses node-pre-gyp install scripts
# npm v12+ requires approval for install scripts to run
# https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/
npm --approve-scripts odbc

npm install odbc
```
---
Expand Down
Loading