You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Unexpected token # in JSON at position 1221
at JSON.parse (<anonymous>)
at parseGyp (c:\node-not-the-systray-master\build.js:10:17)
at main (c:\node-not-the-systray-master\build.js:27:29)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
I am anyway able to compile binding.sln.
The text was updated successfully, but these errors were encountered:
Ugh. Easy fix, String.replace only replaces the first by default, the pattern needs a g flag to replace all. I'll quickly put that in, that should fix it for you.
When I try to compile it, I get:
I am anyway able to compile binding.sln.
The text was updated successfully, but these errors were encountered: