jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

`jspm install` not outputting anything in Windows bash #1074

Open martynchamberlin opened 6 years ago

martynchamberlin commented 6 years ago

Hi,

I'm using Windows 10, node 8.9.0, and jspm 0.16.53. When I run this in Powershell, I get an output as expected.

jspm install

When I run this in bash using the Windows Subsystem for Linux, I get zero output. It looks like this:

# jspm install
#

Any ideas why I'm not getting any output in this environment? Not sure if this is a jspm question or a Windows bash question to be honest...

Thanks!