Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Add Node v0.12.x support #9

Merged
merged 2 commits into from
May 31, 2015
Merged

Add Node v0.12.x support #9

merged 2 commits into from
May 31, 2015

Conversation

MadLittleMods
Copy link
Owner

Add Node v0.12.x support.

Fixes #6

  • Upgraded all native addon C++ calls.
  • Used nan

You can depend on it now until the PR gets merged.

npm install git://github.com/MadLittleMods/node-usb-detection.git#add-node-v0.12.x-support --save

"eventemitter2": ">=0.4.11"
"eventemitter2": ">=0.4.11",
"nan": "^1.8.4",
"nav": "0.0.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why nav?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adrai Sorry, probably mis-installed that when installing nan

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

Wow seems nice...
Did you test on windows, linux and mac os x?

@MadLittleMods
Copy link
Owner Author

@mscdex Only on tested on Windows 8.1 😟

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

for the moment I merged to the nan branch

@MadLittleMods
Copy link
Owner Author

@adrai I removed the extraneous nav package.

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

ok tested on os x...

adrai added a commit that referenced this pull request May 31, 2015
@adrai adrai merged commit 94a5bbd into MadLittleMods:master May 31, 2015
@MadLittleMods
Copy link
Owner Author

@adrai Make a release and publish to npm please :)

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

done ;-)

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

You're great!

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

Are you interested in taking the ownership of this module?

PS. there are other modules that needs help: https://github.com/KABA-CCEAC/node-pm-notify and https://github.com/KABA-CCEAC/node-ftdi and https://github.com/adrai/devicestack

@MadLittleMods
Copy link
Owner Author

@adrai I am interested 😀 - Awesome package!

What does this entail?

@adrai
Copy link
Collaborator

adrai commented May 31, 2015

It's just an idea... I want to discuss this with my boss... and after that I come back to you, ok?

@MadLittleMods
Copy link
Owner Author

@adrai Sounds good, I look forward discussing the details soon.

@miguelon85
Copy link

Windows 8.1
Windows Software Development Kit (SDK)
Python 2.7
.NET Framework 2.0, 3.0 and 4.0

I get it this :

MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visua
l Studio 2005 or 3) add the location of the component to the system path if it
is installed elsewhere. [E:\GitHub\jquery-mobile\node_modules\jquery\node_modu
les\contextify\build\binding.sln]

@MadLittleMods
Copy link
Owner Author

@masnatacion I had no problem with Visual Studio 2013 Community edition.

@miguelon85
Copy link

@MadLittleMods your rocks!!! working now 👍

@miguelon85
Copy link

@MadLittleMods do u know how can I get device path?

I only have:

locationId: 337641472,
vendorId: 6309,
productId: 770,
deviceName: 'STORE N GO',
manufacturer: 'Verbatim',
serialNumber: 'C400446A92C22022',
deviceAddress: 11

@MadLittleMods
Copy link
Owner Author

@masnatacion Create a new issue for your problem instead of diluting this one.

@adrai
Copy link
Collaborator

adrai commented Jun 5, 2015

@MadLittleMods next week I should get an answer...

@adrai
Copy link
Collaborator

adrai commented Jun 9, 2015

@MadLittleMods hangouts?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Npm install failed on windows 8.1.
3 participants