-
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
Can't make the migration from CLI to run #243
Comments
The ng generate is not setting the correct path to the styles in the angular-cli file. Here the paths set by the convert, scripts are correct:
To make it work i had to set: "styles": [ |
That's because the paths are relative to the location of the tsconfig.app.json file that you are using. |
Thank you for submitting the issue. This is a known limitation (see here: #132.), which we need to address. Currently you have to update the paths manually. |
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. |
Hi guys,
First time using the nx, i have a project using angular latest 5.2.2 and cli 1.6.5, using SCSS.
I follow the guide on how to migrate from CLI to Nx, but for some reason the scss is looking for the wrong place now and I cant run the application anymore.
You can see from the pic that is trying to find the font-awesome and others inside the ./apps/host/node_modules I think maybe is because of the root.
am I missing something here?
Thanks a lot
The text was updated successfully, but these errors were encountered: