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
Is this module supposed to work on Windows? I just tried it out with a simple Meteor 2.5.3 project and got the following error:
=> Errors prevented startup:
While processing files with refapp:meteor-typescript (for target
web.browser):
fs.js:1013:3: EINVAL: invalid argument, mkdir
'C:/C/Users/edemaine/Projects/meteor-solidjs-demoC:'
at Object.mkdirSync (fs.js:1013:3)
at Object.createDirectory
(C:\Users\edemaine\AppData\Local\.meteor\packages\refapp_meteor-typescript\0.3.7\plugin.meteor-typescript.os\npm\node_modules\meteor\refapp_meteor-typescript-compiler\node_modules\typescript\lib\typescript.js:7531:33)
at
C:\Users\edemaine\AppData\Local\.meteor\packages\refapp_meteor-typescript\0.3.7\plugin.meteor-typescript.os\npm\node_modules\meteor\refapp_meteor-typescript-compiler\node_modules\typescript\lib\typescript.js:7434:220
at ensureDirectoriesExist
(C:\Users\edemaine\AppData\Local\.meteor\packages\refapp_meteor-typescript\0.3.7\plugin.meteor-typescript.os\npm\node_modules\meteor\refapp_meteor-typescript-compiler\node_modules\typescript\lib\typescript.js:18200:13)
at ensureDirectoriesExist
The path 'C:/C/Users/edemaine/Projects/meteor-solidjs-demoC:' doesn't look well-formed, like Windows disk names (C:) aren't supported.
The text was updated successfully, but these errors were encountered:
I'm not surprised that it doesn't work on Windows. I don't have access to windows so it has never been tested.
Running in WSL could work perhaps?
Otherwise if you have time fixing the code would be appreciated
Is this module supposed to work on Windows? I just tried it out with a simple Meteor 2.5.3 project and got the following error:
The path
'C:/C/Users/edemaine/Projects/meteor-solidjs-demoC:'
doesn't look well-formed, like Windows disk names (C:
) aren't supported.The text was updated successfully, but these errors were encountered: