We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current install instructions don't work due to an access denied on the npm registry:
npm install npm ERR! code E403 npm ERR! 403 Forbidden - GET https://npm.pkg.github.com/xiphoseer/@xiphoseer%2fhtmlcars - Permission denied
The text was updated successfully, but these errors were encountered:
The way Github packages seem to work is that you require you own personal access token to access anything via the Github API.
I have been able to install this package but creating a token and selecting the read:packages scope
read:packages
Sorry, something went wrong.
No branches or pull requests
The current install instructions don't work due to an access denied on the npm registry:
npm install
npm ERR! code E403
npm ERR! 403 Forbidden - GET https://npm.pkg.github.com/xiphoseer/@xiphoseer%2fhtmlcars - Permission denied
The text was updated successfully, but these errors were encountered: