when i try to sync generated code using ‘npx builder.io@latest add 4a03bc2’ to my code base on localhost it doesn’t work and i get a script generated (see image)
Hello @richieRich,
Could you please confirm if you have the dev-tools installed? Also, which SDK and SDK version are you using?
Best regards,
@builder.io/dev-tools@1.1.27
Hi @richieRich,
Could you please upgrade the dev-tools package to the latest version by updating to @builder.io/dev-tools
: "^1.1.39"
and see if that resolves the issue?
Additionally, I recommend removing the node_modules
folder and the package-lock.json
file, then running the npm install
command to ensure a clean installation. This approach often helps resolve dependency-related issues.
Let me know if this resolves the problem or if further assistance is needed.
Thanks,
I updated to 1.1.38 because 1.1.39 was causing errors. I have removed node modules and run npm install. I still cannot sync the generated code. i have dev tools available and can register components etc.
Hello @richieRich,
Could you please provide a screen recording or a minimal reproduction Git repository so we can try to reproduce this issue on our end?
Thanks,