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

404 Not Found #132

Open
honjo2 opened this issue Nov 24, 2022 · 3 comments
Open

404 Not Found #132

honjo2 opened this issue Nov 24, 2022 · 3 comments

Comments

@honjo2
Copy link

honjo2 commented Nov 24, 2022

% npm install @mapbox/vtcomposite --save
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@mapbox%2fvtcomposite - Not found
npm ERR! 404 
npm ERR! 404  '@mapbox/vtcomposite@latest' 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! A complete log of this run can be found in:
npm ERR!     /Users/honjyo/.npm/_logs/2022-11-24T08_07_46_624Z-debug.log
@sousadiego11
Copy link

Indeed is not possible to find vtcomposite on NPM, the page returns a 404 error.

@sousadiego11
Copy link

just found a solution for this problem yesterday:

At package.json, line from mapbox, replace your value for vtcomposite by:
"@mapbox/vtcomposite": "git+https://github.com/mapbox/vtcomposite.git#v0.6.0",

Note that v0.6.0 is the version i'm currently using, just use yours.
This line will download the library directly from the github repository instead of going to NPM

@kevincennis
Copy link

Hi, @lily-chai. Can you provide some insight here? Was the package accidentally unpublished, or was this intentional?

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

3 participants