mafintosh / mafintosh/a-napi-example
Usage in electron
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 47
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to use this in electron and I get the following error -
```
Error: Cannot find module "."
at webpackMissingModule (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/node-gyp-build/index.js:13:1)
at load (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/node-gyp-build/index.js:13:1)
at Object. (/Users/acharantimath/Desktop/test/public/webpack:/node_modules/a-napi-example/index.js:1:1)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported stack trace in node_modules/node-gyp-build/index.js and node_modules/a-napi-example/index.js, then reproduce the Electron/Webpack setup that triggers the missing-module error. Determine whether the example can load in this environment and verify that the reported error no longer occurs or document the confirmed limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, electron, node.js
- Domain
- build-system, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100