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

The dependencies for this project couldn't be resolved #1223

Closed
m8xp0w3r opened this issue Apr 25, 2020 · 1 comment
Closed

The dependencies for this project couldn't be resolved #1223

m8xp0w3r opened this issue Apr 25, 2020 · 1 comment

Comments

@m8xp0w3r
Copy link

m8xp0w3r commented Apr 25, 2020

When I try to import my repository from github I get the following error:
image

After some tests with a new repository from scratch I could identify the problem. I have tested all additional dependencies from my application and found out that the ng-uikit import with oauth from a git repository causes the error:

"dependencies": {
    "@angular/animations": "~9.1.2",
    "@angular/common": "~9.1.2",
    "@angular/compiler": "~9.1.2",
    "@angular/core": "~9.1.2",
    "@angular/forms": "~9.1.2",
    "@angular/platform-browser": "~9.1.2",
    "@angular/platform-browser-dynamic": "~9.1.2",
    "@angular/router": "~9.1.2",
    "ng-uikit-pro-standard": "git+https://oauth2:xxxxxxxxxxxx@git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git",
    "rxjs": "~6.5.4",
    "tslib": "^1.10.0",
    "zone.js": "~0.10.2"
  }

In my local application npm can easily load the dependencies. Am I using a feature which is not yet available on stackblitz?

@kc0tlh
Copy link
Collaborator

kc0tlh commented Aug 23, 2023

This issue should be resolved in our new VS Code editor!

@kc0tlh kc0tlh closed this as completed Aug 23, 2023
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

2 participants