steveblue / angular2-rollup

CLI for bundling Angular with Rollup and Closure Compiler
121 stars 18 forks source link

App migration doesn't seem to work #28

Closed babeal closed 5 years ago

babeal commented 5 years ago

I have an angular 7 project that i am trying to test with angular2-rollup and the migration command doesn't seem to work: ngr new my-new-app --src /path/to/old/src. The source for the project can be found here - https://github.com/babeal/ng-tdp if it makes any difference.

steveblue commented 5 years ago

/path/to/old/src in your example is an absolute path. Did you try a relative path or /path/from/root @babeal ?

steveblue commented 5 years ago

I cannot verify this issue after testing on MacOS. More information is needed @babeal to reproduce.

steveblue commented 5 years ago

@babeal instructions for resolving the issues with your repository are in this pull request: https://github.com/babeal/ng-tdp/pull/1

babeal commented 5 years ago

Hey Steve, sorry for the late response, i was out of the country for work then snowboarding. Ill take a look today and will check out the pr.