flexible-polyline icon indicating copy to clipboard operation
flexible-polyline copied to clipboard

Can't find @here/flexpolyline in npm registry

Open samzmann opened this issue 5 years ago • 10 comments

Hi there, wow, first issue in the repo!

I'm trying to install the node.js package with the command yarn add @here/flexpolyline and I get this error:

error An unexpected error occurred: "https://registry.yarnpkg.com/@here%2fflexpolyline: Not found".

Searching for "@here/flexpolyline" on npm.com returns nothing :/ So I'm guessing the package is not published yet. Or is it published somewhere else?

What is the expected use of this lib? Should I just copy the code from https://github.com/heremaps/flexible-polyline/blob/master/javascript/index.js into my own project?

Thanks!

samzmann avatar Mar 05 '20 12:03 samzmann

Hi! Yes, I am sorry, @here/flexpolyline is not yet published on npm.com. We are currently in the process of pushing it, but due to company policies that can take significantly longer than just running npm publish, I'm afraid.

In the meantime, yes, copying the code is the preferred way!

lene avatar Mar 05 '20 13:03 lene

Oki doki, thanks.

samzmann avatar Mar 05 '20 13:03 samzmann

Um, still not published.

knownasilya avatar Feb 17 '21 19:02 knownasilya

Reopening since yes, this should be done

lene avatar Jun 10 '21 16:06 lene

Please publish this package. really needed!

hanatharesh2712 avatar Jun 15 '21 13:06 hanatharesh2712

I tried today but still not published. Any updates on this?

olivercs avatar Jul 22 '21 19:07 olivercs

In the meantime I have published the current master (71c34cb) here: https://www.npmjs.com/package/@liberty-rider/flexpolyline

Usage:

npm install @liberty-rider/flexpolyline
import flexpolyline from '@liberty-rider/flexpolyline';

Caerbannog avatar Jul 26 '21 15:07 Caerbannog

@Caerbannog How can we use this package in Typescript with Node JS? any minimum steps? thanks!

hanatharesh2712 avatar Aug 06 '21 13:08 hanatharesh2712

Still not there =)

mutantcornholio avatar Dec 27 '21 09:12 mutantcornholio

Just contacted a friend who works at Here, maybe they can help getting this published 🤞

samzmann avatar Dec 27 '21 10:12 samzmann

Still not published!

niko-gardenanet avatar Nov 07 '23 14:11 niko-gardenanet

image

samzmann avatar Nov 07 '23 14:11 samzmann

Until it's finally published, you can use a workaround via gitpkg:

npm install https://gitpkg.now.sh/heremaps/flexible-polyline/javascript

haraldF avatar Mar 13 '24 10:03 haraldF

It's published: https://www.npmjs.com/package/@here/flexpolyline

haraldF avatar Mar 20 '24 08:03 haraldF

This is not published.

npm i @here/flexpolyline --save
npm ERR! code E404
npm ERR! 404 Not Found - GET https://repo.platform.here.com/artifactory/api/npm/maps-api-for-javascript/@here%2fflexpolyline
npm ERR! 404
npm ERR! 404  '@here/flexpolyline@*' is not in this registry.

allencoded avatar May 20 '24 02:05 allencoded

@allencoded it looks to me like you are using a npm mirror? Maybe that one does not contain the package. Can you try against the official repo?

VeaaC avatar May 21 '24 07:05 VeaaC