Windows require error - stdout stderr not work on Win32
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
hello,
i'm using sql.js with electron. I've packaged app for OSX and Windows
OSX all works fine, but in windows
require('sql.js');
generate error
Uncaught Error: EPERM: operation not permitted, write
how can solve this problem?
Contributor guide
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
No source file or test is identified in the report. Start by reproducing the packaged Electron app on Windows and trace require('sql.js') until the EPERM write error appears; done means sql.js loads without the Windows stdout/stderr failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript, sqlite
- Domain
- databases, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100