I just installed jspm globally using npm on Mac OS (sudo npm install jspm -g). Now when I run jspm init, I see the following console output:
err (jspm) jspm init has not yet been implemented.
When I run jspm I get the following output:
2.0.0-beta.6
Running against global jspm install.
Is jspm init still a valid command?
Initially I was trying with
[email protected]and was getting an error. When I switched to an old version ofjspm(0.16.55), it worked.npm install -g [email protected]jspm initIt works after this.