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

fix: explicitly whitelist core folder name #33

Merged
merged 1 commit into from Apr 8, 2019

Conversation

manoldonev
Copy link
Contributor

Explicitly whitelist "core" folder name due to lerna/lerna#1932 to fix tns-template-health-survey-ng template:

tns run ios
Skipping node_modules folder! Use the syncAllFiles option to sync files from this folder.
Searching for devices...
Found peer TypeScript 3.1.6
src/app/consent/consent-review/consent/consent.component.ts(8,35): error TS2307: Cannot find module '../../../core/task-manager/steps'.
src/app/consent/consent-review/consent/consent.component.ts(9,36): error TS2307: Cannot find module '../../../core/task-manager/task-manager.service'.
src/app/consent/consent-sharing/consent-sharing.component.ts(4,36): error TS2307: Cannot find module '../../core/task-manager/steps'.
src/app/consent/consent-sharing/consent-sharing.component.ts(5,36): error TS2307: Cannot find module '../../core/task-manager/task-manager.service'.
src/app/consent/visual-consent/withdrawing/withdrawing.component.ts(4,35): error TS2307: Cannot find module '../../../core/task-manager/steps'.
src/app/consent/visual-consent/withdrawing/withdrawing.component.ts(5,36): error TS2307: Cannot find module '../../../core/task-manager/task-manager.service'.
src/app/login/registration/registration.component.ts(10,46): error TS2307: Cannot find module '../../core/task-manager/steps'.
src/app/login/registration/registration.component.ts(11,36): error TS2307: Cannot find module '../../core/task-manager/task-manager.service'.
src/app/survey/survey-boolean-question.component.ts(4,34): error TS2307: Cannot find module '../core/task-manager/steps'.
src/app/survey/survey-boolean-question.component.ts(5,36): error TS2307: Cannot find module '../core/task-manager/task-manager.service'.
src/app/survey/survey-date-question.component.ts(4,31): error TS2307: Cannot find module '../core/task-manager/steps'.
src/app/survey/survey-date-question.component.ts(5,36): error TS2307: Cannot find module '../core/task-manager/task-manager.service'.
src/app/survey/survey-text-question.component.ts(4,31): error TS2307: Cannot find module '../core/task-manager/steps'.
src/app/survey/survey-text-question.component.ts(5,36): error TS2307: Cannot find module '../core/task-manager/task-manager.service'.
Skipping prepare.

Also updated lerna to latest.

@manoldonev manoldonev self-assigned this Apr 8, 2019
@cla-bot cla-bot bot added the cla: yes label Apr 8, 2019
@manoldonev manoldonev requested a review from dtopuzov April 8, 2019 14:44
@manoldonev manoldonev merged commit 0df6be4 into release Apr 8, 2019
@manoldonev manoldonev deleted the mdonev/whitelist-core branch April 8, 2019 15:21
@lock
Copy link

lock bot commented Apr 15, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
1 participant