Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install @PaackEng/google-map #16

Open
schoening opened this issue Aug 8, 2021 · 3 comments
Open

Can't install @PaackEng/google-map #16

schoening opened this issue Aug 8, 2021 · 3 comments

Comments

@schoening
Copy link

Attempting to install npm install --save-dev @PaackEng/google-map\#v3.0.3 gives me an ENOENT error in NPM.

@PedroHLC
Copy link
Contributor

PedroHLC commented Aug 8, 2021

Hi, this package is not hosted in npmjs, we use GitHub's npm registry instead, you can try following this tutorial: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package

I'll keep this issue open as a reminder to add this information in the READMEs

@tomakado
Copy link

tomakado commented Jul 13, 2022

Hi, thank you for your work!

I've encountered the same issue. I've already tried to add @PaackEng:registry=https://npm.pkg.github.com to .npmrc at the root of my repository (the same folder where package.json is located), but unfortunately it not works — I get the following error message:

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /Users/******/<path-to-my-local-repository>/@PaackEng/google-map/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/Users/******/<path-to-my-local-repository>/@PaackEng/google-map/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/******/.npm/_logs/2022-07-13T11_28_11_257Z-debug.log

Is there something I forgot to do?

@or-n
Copy link

or-n commented May 25, 2023

Does anyone know how to use it? I have the same installation issue (NixOS)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants