durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

[Question] Doesn't this project be enrolled in npm ? #51

Closed woosungchu closed 5 years ago

woosungchu commented 5 years ago

How can I load this released version to my private project?

// not working
npm install node-activex
npm install node_activex

both doesn't work and cannot find in npm

durs commented 5 years ago

npm install winax https://www.npmjs.com/package/winax

пн, 8 июл. 2019 г. в 03:38, woosungchu notifications@github.com:

How can I load this released version to my private project?

// not working npm install node-activex npm install node_activex

both doesn't work and cannot find in npm https://www.npmjs.com/search?q=activex

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/durs/node-activex/issues/51?email_source=notifications&email_token=AAEMMNLYRESBRXTBDR3JNY3P6KEB3A5CNFSM4H6W7GUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G5XQHVA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEMMNM5LIP72BN2WAP6KNLP6KEB3ANCNFSM4H6W7GUA .

woosungchu commented 5 years ago

thank you, I didn't notice at all...