(Windows Only) Cannot recognized `\\?\` prefix in unpacked path
See original GitHub issueELECTRON_ASAR.js:158 Uncaught Error: The specified module could not be found.
\\?\D:\x\desktop\VizMusicPlayer\dist\win\Viz Music Player-win32-x64\resources\app.asar.unpacked\node_modules\sharp\build\Release\sharp.node
detail info: https://github.com/electron-userland/electron-packager/issues/424
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:14
Top Results From Across the Web
Why does the 260 character path length limit exist in Windows?
Even Windows Explorer doesn't support long path names either. It fakes it by using the short names when the path exceeds 260, but...
Read more >Howto: Building R 4.2 and packages on Windows
No setting of PATH is necessary, Rtools42 will be found automatically by R. R 4.2 on Windows uses UCRT as the C runtime...
Read more >Installing Python Modules (Legacy version) — Python 3.11.1 ...
The default installation directory on Windows was C:\Program Files\Python under Python 1.6a1, 1.5.2, and earlier. prefix and exec-prefix stand for the ...
Read more >Getting Started — Spack 0.20.0.dev0 documentation
yaml file. On a fresh Windows install with the above packages installed, this command should only detect Microsoft Visual Studio and the Intel...
Read more >azcopy copy | Microsoft Learn
Checks relative path prefix (For example: myFolder;myFolder/subDirName/file.pdf). --include-pattern (string) Include only these files when ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1… any update ? thanks
It is not a bug of asar after my 2 day digging. In my case, I use node-java.It throw flowing error:
I flow laggingreflex’s idea. https://github.com/soldair/node-qrcode/issues/22 native module can not be load because it’s dependences was missing. U can use
dependencywalker
to found out what denpendences was missing, and try to copy to path of entry or add to systempath
environment variable!