I started to use SystemJs. I don't find exact example about how to import a node module? How could I configure SystemJs and how to import this. Because after npm install import 'package-name' from 'package-name'; it could not find the module.
It would be great if somebody would write an example.
Thank you