Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make pre compile binaries for dependent modules #57

Closed
shanalikhan opened this issue Dec 17, 2015 · 1 comment
Closed

How to make pre compile binaries for dependent modules #57

shanalikhan opened this issue Dec 17, 2015 · 1 comment

Comments

@shanalikhan
Copy link

These are my dependencies in my extension.
"dependencies": {
"fs": "^0.0.2",
"github": "^0.2.4",
"node-github": "0.0.3",
"open": "^0.0.5"
}
Im using npm install and it works in windows.
I read that in order to make it work in linux or mac i have to use pre compile binaries of these packages in my extension. Right ?
How to make pre compile binaries. Please tell a easy way in order to create binaries for these modules and include in code extension.

@joaomoreno
Copy link
Member

As I told you in #54, native extensions are not yet supported. A few workarounds are discussed in microsoft/vscode#658.

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

No branches or pull requests

2 participants