Issue by ficristo
Saturday May 20, 2017 at 09:01 GMT
Originally opened as adobe/brackets#13384
Since Brackets doesn't support nodejs 64 bit, I needed to force to compile my extension to 32 bit by adding a .npmrc file with the right flags.
But with that, users on unix platform cannot install the extension from the extension manager anymore.
Adding those flags directly in Brackets should let me remove the .npmrc file.
ficristo included the following code: https://github.com/adobe/brackets/pull/13384/commits
Saturday May 20, 2017 at 09:01 GMT
Originally opened as adobe/brackets#13384
Since Brackets doesn't support nodejs 64 bit, I needed to force to compile my extension to 32 bit by adding a .npmrc file with the right flags.
But with that, users on unix platform cannot install the extension from the extension manager anymore.
Adding those flags directly in Brackets should let me remove the .npmrc file.
ficristo included the following code: https://github.com/adobe/brackets/pull/13384/commits