Skip to content

fix: local development workflow errors #2028

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

Merged
merged 3 commits into from
Oct 22, 2019
Merged

Conversation

tbozhikov
Copy link
Contributor

when adding dependencies in package.json with file: ..., the packages in node_modules are not flattened (@nativescript/angular is not placed in node_modules' root, but under nativescript-angular's node_modules) and tns build ... --env.aot command fails because paths are not resolved. That is why we need:

"./node_modules/nativescript-angular/node_modules/*"

added as path in tsconfigs

@cla-bot cla-bot bot added the cla: yes label Oct 22, 2019
elena-p
elena-p previously approved these changes Oct 22, 2019
@tbozhikov tbozhikov dismissed stale reviews from VladimirAmiorkov and elena-p via d7c6f90 October 22, 2019 14:23
@tbozhikov
Copy link
Contributor Author

test --ignore

@tbozhikov
Copy link
Contributor Author

test --ignore

@tbozhikov tbozhikov merged commit c22d44e into master Oct 22, 2019
@tbozhikov tbozhikov deleted the tbozhikov/fix-e2e-apps-aot branch October 23, 2019 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants