05-04-2022 20:24 - edited 05-04-2022 20:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-04-2022 20:24 - edited 05-04-2022 20:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I'm getting this error anytime I try to build a project I am currently working on with SDK 4.3. I messed around with the package.json file and changed the SDK to 6.0 and 6.1 it will build just fine with both. I just worked on this project 2 days ago. I tried to update chrome thinking it would fix the problem but, it didn't.
also all the apps with SDK 4.3 already loaded into the simulator still work and talk to the console.
anyone encounter this error recently and knows how to fix it I would love to hear how you did it.
thank you.
Answered! Go to the Best Answer.
Accepted Solutions
05-04-2022 21:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-04-2022 21:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @ZeroEncounter certain files are required for a build.
Check that a file didn't inadvertently get moved or deleted, such as index.gui, index.js or widgets.gui for 4.3.
You can try also to rename temporarily the package.json and create a new one and set it to 4.3.
There can also be other reasons for the error.
Author | ch, passion for improvement.
05-04-2022 21:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-04-2022 21:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @ZeroEncounter certain files are required for a build.
Check that a file didn't inadvertently get moved or deleted, such as index.gui, index.js or widgets.gui for 4.3.
You can try also to rename temporarily the package.json and create a new one and set it to 4.3.
There can also be other reasons for the error.
Author | ch, passion for improvement.
05-05-2022 15:30 - edited 05-05-2022 15:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-05-2022 15:30 - edited 05-05-2022 15:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I will try these today and see if it works. Thank you for your quick response.
Edit: I just tried to build the project before changing anything on the off chance it will work today and it built just fine. I don't know what happened but, it is working today. Maybe other people had this problem yesterday.
