-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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 |
Hi, thank you for your work! I've encountered the same issue. I've already tried to add 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? |
Does anyone know how to use it? I have the same installation issue (NixOS) |
Attempting to install
npm install --save-dev @PaackEng/google-map\#v3.0.3
gives me an ENOENT error in NPM.The text was updated successfully, but these errors were encountered: