question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The plugin is not compatible with Windows

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SleeplessBytecommented, Jan 18, 2018

Thanks man! This has been working for me since 9722f10!

1reaction
fathybcommented, Jan 11, 2018

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 as 0.5.0. (you can remove the transpileOnly workaround)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found