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
Running this on a Windows OS will result in the compiling not finding any Typescript snippets. I suspect this may be because the Snippet Compiler uses path.basename which will lead to inconsistent results on a Windows vs Posix. If the intention is to work with POSIX file paths on any operating system, it may be best to use path.posix
The text was updated successfully, but these errors were encountered:
Sorry I've taken so long to get to this. There were a number of problems (path.basename not being one of them). I've published version 2.4.1 which should now work on Windows. Let me know if there are any other problems!
Running this on a Windows OS will result in the compiling not finding any Typescript snippets. I suspect this may be because the Snippet Compiler uses
path.basename
which will lead to inconsistent results on a Windows vs Posix. If the intention is to work with POSIX file paths on any operating system, it may be best to use path.posixThe text was updated successfully, but these errors were encountered: