rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile that project ...

themacboy opened this issue · comments

Im not skilled in coding, and when I try to compile the project I receive a lot of errors, and finally broke.

Can some one post a explanation about correct node/npm version and steps to compile it correctly?

Thx in advance!

Hello!

I´ve just done some file changes in my 'index.js' and had to compile it again using Rollup.

So after run npm install inside leaflet-easyPrint directory, you will be able to run rollup -c and generate the new bundle from your code.

Let me know if it helped.