rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/
MIT License
248 stars 137 forks source link

How to compile that project ... #107

Closed themacboy closed 2 years ago

themacboy commented 4 years ago

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!

marcelo-amorim commented 4 years ago

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.