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
Hey @alexweber, first of all, thanks for such a wonderful boilerplate code for es6.
Can you add this step in Usage section of readme.
Install jspm globally by running npm install jspm -g
Because without this step the jspm install does not run and lib folder does not generate in src directory, although npm start was running fine without any error. I just have to spend some time to figure this out.
The text was updated successfully, but these errors were encountered:
Hey @alexweber, first of all, thanks for such a wonderful boilerplate code for es6.
Can you add this step in Usage section of readme.
jspm
globally by runningnpm install jspm -g
Because without this step the
jspm install
does not run andlib
folder does not generate insrc
directory, althoughnpm start
was running fine without any error. I just have to spend some time to figure this out.The text was updated successfully, but these errors were encountered: