12 Nov 2024 02:44 PM
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"
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.
Not sure if this is an issue on my side or something else going on.
Solved! Go to Solution.
12 Nov 2024 08:25 PM
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/