jspm init returns "jspm init has not yet been implemented"

912 views Asked by At

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?

1

There are 1 answers

0
Gaurav Sharma On

Initially I was trying with [email protected] and was getting an error. When I switched to an old version of jspm (0.16.55), it worked.

  1. npm install -g [email protected]
  2. jspm init

It works after this.