09-23-2020 16:29
09-23-2020 16:29
I have a personal watch face that I have developed over the last couple of years. When I went to make a change today I get the following message when I did the build. "Internal error during build. Guru Meditation: TypeError: Cannot put file: unknown data type "undefined". I have no idea what that means or where to look to fix the problem. Help please!
Answered! Go to the Best Answer.
09-24-2020 08:41 - edited 09-24-2020 08:42
09-24-2020 08:41 - edited 09-24-2020 08:42
Found the answer: try going to package.json... you should get a prompt to upgrade to a new version. If you were using SDK 4.1, your program won't work anymore. Make sure to select 4.2 if you don't want to work exclusively on Versa 3 and Sense watches
09-24-2020 08:16
09-24-2020 08:16
I just tried to build my app, and I got this error... was it the same one that you got?
Internal error during build. Guru Meditation: TypeError: Cannot put file: unknown data type "undefined"
09-24-2020 08:41 - edited 09-24-2020 08:42
09-24-2020 08:41 - edited 09-24-2020 08:42
Found the answer: try going to package.json... you should get a prompt to upgrade to a new version. If you were using SDK 4.1, your program won't work anymore. Make sure to select 4.2 if you don't want to work exclusively on Versa 3 and Sense watches
09-24-2020 11:01
09-24-2020 11:01
Oddly enough, I just found the same answer and I was coming back here to say "never mind". Thanks for the assist.