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

[INVE-23376] Prevent errors from invocation test when folder is within Investigate folder #16

Merged

Conversation

daradermody
Copy link
Contributor

@daradermody daradermody commented Jan 8, 2024

Errors in the issue were being thrown because Typescript also looks at parent directories for types (e.g. ../node_modules/@types), which was causing conflicts. We can prevent this by setting typeRoots explicitly.

Plus some other minor version bumps.

You can test this by running through the tutorial here, but instead of installing @sirensolutions/generator-web-service using npm install -g, you checkout this branch and run npm link. Then continue with the tutorial and generate the web service within kibi-internal/plugins and try out the node invoke command.

@colmose colmose removed their request for review January 9, 2024 09:48
@colmose
Copy link

colmose commented Jan 9, 2024

I'll let @sibisimon review this one. Once it's merged, can you get a build and send it to Manu?

Copy link

@sibisimon sibisimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
image

@daradermody daradermody merged commit d0ade2b into master Jan 10, 2024
2 checks passed
@daradermody daradermody deleted the fix-invoke-error-when-within-investigate-project branch January 10, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants