-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Migration from 1.x - 6.0 errors when project name does not match project root #512
Comments
Trying to get half of the fix for this issue while fixing a related Angular CLI issue: angular/angular-cli#10883 |
Interestingly though, this happened when I did the first attempt to migrate our NX workspace, using one of the NX RC candidates. With the final NX version it didn't happen actually and everything worked (at least related to this particular asset path problem) 🤔 |
This keeps failing for me with 6.0.3. Here is the full log from
|
Doing it by hand, FWIW I realized there was a mistake in generated angular.json with sourceRoot field, value was From schema.json:
|
It also migrated a lib as "application" instead of " library" in angular.json file |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
This migration is using the name of the project to locate the files to move.
Expected Behavior
This should use the root of the project
Steps to Reproduce
Repo: https://github.com/merlosy/ngx-material-file-input/tree/ng6
The text was updated successfully, but these errors were encountered: