The plugin is not compatible with Windows
See original GitHub issueI am assuming the port is in use:
{ Error: listen EACCES C:\Users\...\Temp\tmp-90492gfaNZ4bpHiqO
at Object._errnoException (util.js:1022:11)
at _exceptionWithHostPort (util.js:1044:20)
at Server.setupListenHandle [as _listen2] (net.js:1334:19)
at listenInCluster (net.js:1392:12)
at Server.listen (net.js:1487:5)
at Function.listen (D:\...\node_modules\express\lib\application.js:618:24)
at new Server (D:\...\node_modules\parcel-plugin-typescript\build\ipc\server.js:27:14)
at new TypeScriptServer (D:\...\node_modules\parcel-plugin-typescript\build\backend\worker\index.js:28:9)
at module.exports (D:\...\node_modules\parcel-plugin-typescript\build\index.js:16:24)
at Bundler.loadPlugins (D:\...\node_modules\parcel-bundler\src\Bundler.js:102:17)
at <anonymous>
code: 'EACCES',
errno: 'EACCES',
syscall: 'listen',
address: 'C:\\Users\\...\\Temp\\tmp-90492gfaNZ4bpHiqO',
The plugin errors but the build continues, resulting in paths not being rewritten.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Fixing “This Plugin is Not Supported” error in Windows 10/11
Here we will examine the issue associated with this particular notification and show you fixes for “This plug-in is not supported” error.
Read more >Trouble installing the plug-in? - Microsoft Support
Plug-in download fails · Go to Tools > Internet Options > Advanced. · Scroll down to the Security section. · Clear Do not...
Read more >This Plugin is Not Supported: 5 Tested Ways to Fix This Error
Microsoft .NET plug-in not supported with current security settings · Press Windows key + S and enter internet options. Select Internet Options ...
Read more >Notepad++ Plugins Failing to Install on Windows 10 - Appuals
Some Windows 10 users are reporting that they are unable to install any plugins on their Notepad++ installation. There are several different ...
Read more >is not compatible with the current version n++ - Community
OS Name : Windows 10 Home (64-bit) OS Version : 2009. OS Build : 19043.1052. Current ANSI codepage : 1251. Plugins : mimeTools.dll ......
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 Free
Top 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
Thanks man! This has been working for me since 9722f10!
I published
parcel-plugin-typescript@0.4.2-next.2
to support entirely Windows. If you confirm me it works for you I’ll publish it as0.5.0
. (you can remove thetranspileOnly
workaround)