Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify whether globs work in source-map-explorer@1.4+ on Windows #2717

Closed
gaearon opened this issue Jul 3, 2017 · 4 comments
Closed

Verify whether globs work in source-map-explorer@1.4+ on Windows #2717

gaearon opened this issue Jul 3, 2017 · 4 comments

Comments

@gaearon
Copy link
Contributor

gaearon commented Jul 3, 2017

See danvk/source-map-explorer#53 for context.

Need somebody with a Windows machine to check that it works as intended and that the hack for Windows described below in that section is no longer necessary.

@hodanny
Copy link
Contributor

hodanny commented Jul 3, 2017

I can confirm globs work in source-map-explorer@1.4+ for Windows. I've removed the note for Windows as it is no longer necessary. See #2719.

@gaearon
Copy link
Contributor Author

gaearon commented Jul 3, 2017

Great. Thanks!

@gaearon gaearon closed this as completed Jul 3, 2017
@arve0
Copy link

arve0 commented Jan 11, 2019

Seems like globs does not work on Windows, tried with cmd and powershell:

C:\Temp\sme>npm i -g source-map-explorer
C:\Users\_\AppData\Roaming\npm\source-map-explorer -> C:\Users\_\AppDa
ta\Roaming\npm\node_modules\source-map-explorer\index.js
+ source-map-explorer@1.6.0
updated 1 package in 0.957s

C:\Temp\sme>source-map-explorer --version
1.6.0

C:\Temp\sme>source-map-explorer main.*
File not found! --  ENOENT: no such file or directory, open 'main.*'

C:\Temp\sme>dir main.*
 Volumet i stasjon C er OSDisk
 Volumserienummeret er F65B-C808

 Innhold i C:\Temp\sme

11.01.2019  08:36             2 146 main.js
               1 fil(er)            2 146 byte
               0 mappe(r)   9 305 964 544 byte ledig

C:\Temp\sme>

Edit: 1.6.0 has not dropped support. None of 1.4.0, 1.5.0 or 1.6.0 does work with globs on windows.

@arve0
Copy link

arve0 commented Jan 15, 2019

@hodanny Did you use cmd/powershell as terminal when you verified?

@lock lock bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants