Issue description
PS C:\Users\Rafael Barcelos\Documents\std\client> npm install @ agm/core @ agm/snazzy-info-window snazzy-info-window@^1.1.0
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "insta
ll" "@agm/core" "@agm/snazzy-info-window" "[email protected]"
npm ERR! node v6.11.0
npm ERR! npm v3.10.10
npm ERR! code E404
npm ERR! 404 Not found : @agm/snazzy-info-window
npm ERR! 404
npm ERR! 404 '@agm/snazzy-info-window' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Rafael Barcelos\Documents\std\client\npm-debug.log
Steps to reproduce and a minimal demo of the problem
_Use https://plnkr.co or similar -- try this template as a starting point: http://plnkr.co/edit/YX7W20?p=preview
_What steps should we try in your demo to see the problem?_
Current behavior
Expected/desired behavior
angular2 & angular-google-maps version
Other information
Any info on this? I can not install @ agm/snazzy-info-window
npm install --save snazzy-info-window is the best we could find so far.
It looks like @SebastianM forgot to push this package to npm, workaround is to copy it manually to node_modules/@agm until it gets pushed.
That didn't work.
I just went here: https://github.com/SebastianM/angular-google-maps/pull/1051/commits/0b9fc1070fa585d0d48d41ca0a0d35031e12e2ec grabbed the code and manually created it in my project for the time being. Once it's in the NPM package, then I will refactor it and get rid of my custom created component.
@thepowderriverfarrier that works (copying manually to @agm folder, I'm using it that way, you can also try @calbear47 version if you want to spare few more minutes.
We noticed the agm-map is not recognized even though the module is imported.
On Tuesday, August 8, 2017 7:36 PM, Kyle Kirst <[email protected]> wrote:
I just went here: 0b9fc10 grabbed the code and manually created it in my project for the time being. Once it's in the NPM package, then I will refactor it and get rid of my custom created component.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
@thepowderriverfarrier that could be related to wrongly imported libraries or something, nothing to do with snazzy package, I recommend you open other issue
It is now released as agm/snazzy-info-window 🎉
You can read the "getting started" for this here: https://angular-maps.com/guides/snazzy-info-window/custom-info-windows-with-snazzy-info-window/
Most helpful comment
It is now released as agm/snazzy-info-window 🎉
You can read the "getting started" for this here: https://angular-maps.com/guides/snazzy-info-window/custom-info-windows-with-snazzy-info-window/