Everaldo Canuto
Everaldo Canuto
If you guys don't mind, I would like to suggest another way. What about have import statement for compile time import and import function for runtime import. Like this: ```gravity...
@kazzkiq the problem is not the place where lib or file is located. The problem is when import file, at compile time or runtime.
@kazzkiq Maybe I am wrong but you suggest a way to import two kinds of files, one already compiled (byte code) and other not compiled (source code). The problem here...
I just apply this patch and plugins starts to work properly. I suggest apply this patch if you have other plugins that may cause conflict. In fact, I suggest this...
I have the same problem on Debian and some Ubuntu running Node.js 0.10.x. Here I managed to get it fixed by running "npm i node-gyp" before "npm i" on every...