cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

my-first-app tutorial results in "@dynatrace-sdk/client-notification" errp

Aaron_Schultz
Dynatrace Enthusiast
Dynatrace Enthusiast

Hello!

When creating the new app following the my-first-app guide here: https://developer.dynatrace.com/quickstart/first-app-in-5-minutes/ 

For some reason, I am getting a Error: Could not resolve "@dynatrace-sdk/client-notification"

Aaron_Schultz_0-1731422092383.png

This is on boot. 

A couple of things I checked. 

The docs say to use the LTS version of node: https://developer.dynatrace.com/quickstart/first-app-in-5-minutes/#:~:text=The%20latest%20Node.js%20...

I was using Node 22 as stated in the docs, but the terminal said to use Node 20, so I did downgrade and still had the same output.

I also looked through the @dynatrace-sdk folder but I do not see client-notification.

Aaron_Schultz_1-1731422564334.png

Not sure if this is an issue on my side or something else going on.

1 REPLY 1

Aaron_Schultz
Dynatrace Enthusiast
Dynatrace Enthusiast

I was able to fix it by running:

npm install @dynatrace-sdk/client-notification


Can find here: https://developer.dynatrace.com/develop/sdks/client-notification/ 

Featured Posts