Closed geekplux closed 8 years ago
Strange, here after the npm install, the build task 'pack' has been triggered and after that, the dist is outputed. If you download directly you will need to build, because this repository is based to be a npm module, and the build is made after 'npm install' (differently from bower, and which you can download here).
Can you paste the output after you do a 'npm install leaflet-ant-path'?
using the cnpm
instand of npm
just because of GFW of China...so this might be the key to problem?
Probably yes. The common behavior of a npm module is to run command declared in the "scripts.install" property of package.json. Can you confirm this with the cnpm team? I'll close this issue for now, but if isn't a problem of cnpm itself, I can open again.
thanks!
fixed. thanks again.
There is no dist version of this package installed by npm or downloaded from GitHub... so that I have to run
gulp pack
by myself.Thank your nice code but please release a dist. Thanks