-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing dependency (auth required) #44
Comments
@esttemanb Please do not share links to dropbox, particularly to zip files. Thanks |
@iplanwebsites To install dependencies, you need o be authenticated to github packages in npm. This is due to some dependencies being forked and publicated only on github packages (which requires a token). |
Also, changing dependencies to "github; ..." should not work properly because packages are built and those builds are not directly published in the repositories. So this will lead to compilation errors or unexpected behaviour. |
Thanks for the quick response. |
The UI package is closed source, and is not published on NPM. It's only available as a package in Github Packages (with appropriate token, see github support page linked in previous comment). |
Gotcha! Thank you again, |
The packages hosted on npm require auth. Switching to github works (ex:
"conf": "github:la-jarre-a-son/conf",
) for two of them, but"@la-jarre-a-son/ui": "^1.2.3",
is missing.The text was updated successfully, but these errors were encountered: