You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: