is it normal jsreport init take so much time( > 2min)?
in my windows VM it takes the same sometimes, so i would say yes, after all it just run npm install under the hood and create some files, the bottleneck is npm install so nothing we can do to improve it. fortunately it is just the initial command that installs the whole project.