Sabin-DC
Sabin-DC
> Was having the same issue in development mode. For me the following approach worked: > > ``` > app.setAsDefaultProtocolClient('customtest', process.execPath, [ > '-r', > 'ts-node/register/transpile-only', > '.', > ]);...
> @Sabin-DC , > > ` if ( process.env.NODE_ENV === 'development' && process.platform === 'win32') { app.setAsDefaultProtocolClient(APP_PROTOCOL, process.execPath, [ '-r', path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only'), path.resolve(__dirname,'..','..'), ]); } else { app.setAsDefaultProtocolClient(APP_PROTOCOL); }` > >...
> @Sabin-DC , yes. It throws that error because "path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only')" is not pointing correctly. Can you try to debug this by looking at your folder paths ? The thing I...
> @Sabin-DC , yes. It throws that error because "path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only')" is not pointing correctly. Can you try to debug this by looking at your folder paths ? The thing I...
Is this still a work in progress? I just had my PC force update and I find myself out of luck today aswell with this
Same issue, this happened to me months ago too and developer had stated their server had gone down when I contact via email. I feel like there has to be...