Alex Yocom-Piatt
Alex Yocom-Piatt
In my logs when it can't be found it states `Cannot open .node: Error: The specified module could not be found.`
I see in my generated `main.js` that this is the path that trying to be resolved.
Ok updated to `master` and giving it a try. I am using only `require("/relative/path/to/addon")` so no direct `dlopen` usage AFAIK. Question about the functionality of the basePath option: That sets...
Ah after reviewing the webpack built main.js I See: `global.process.dlopen(t, "../.node")` And the matching `.node` file the same directory as my webpack.config.js
From what I can see, it keeps emitting the `.node` file in the same location and whatever I use for `basePath` doesn't seem to effect that location.
So I believe I fixed the issue I was having by adding an explicit directory setting: https://github.com/alexlyp/node-addon-loader/blob/master/index.js#L39-L41 While not perfect, this seems to properly have the files accessible for the...
Looks like you added a piwww built bin into the PR, please do remove. Thanks!
Please rebase this again and make sure to resolve the issue with a dual InvoiceListPageSize if it appears like it did for me on rebase. Also can you rename cmd/cmswww/tokeninventory.go...
While I somewhat agree, this needs to be discussed further. Maybe @behindtext has some input into this restriction.
ok cool, feel free to ask for any help that you may need.