hemge
February 1, 2024, 10:11pm
1
Builder content link
n/a
Builder public api key
n/a
Detailed steps to reproduce the bug
n/a
Screenshots or video link
https://drive.google.com/drive/folders/1al5Q2n_0wr1CpeYw2ZH6_BpJGmGqlXST?usp=sharing
Code stack you are integrating Builder with
NextJS
Reproducible code example
n/a
View log here:
https://drive.google.com/drive/folders/1al5Q2n_0wr1CpeYw2ZH6_BpJGmGqlXST?usp=sharing
The other 2 @builder.io were installed successfully.
Thanks for helping!
Martin.
Hello @hemge ,
Welcome to the builder.io forum post!
Could you try using the node version below 20 and let us know if that works for you?
hemge
February 2, 2024, 2:19pm
3
Hi Manish
I have Node v18.17.0 globally installed.
Notice that I ran the npm init builder.io @latest command as suggested when onboarding and it failed to install. It asked to try with npm install (and re-read the package.json) but failed also. That’s where I isolated the 3 builder.io and found that “@builder.io /react”:“latest” was the only one not installing.
Thanks again for your help.
Martin.
hemge
February 2, 2024, 4:06pm
4
I have also try installing from an existing project (npm init builder.io @latest --existing), same error.
Hello @hemge ,
Can you update the dependency to “@builder.io /react”: “^3.1.3”, and try installing using the npm install command?
hemge
February 2, 2024, 4:56pm
6
Same error. I’m going to try different versions of stuff. If you have another tip, let me know.
Thanks.
Martin.
hemge
February 2, 2024, 6:18pm
7
Got it. It was caused by Node v18.17.0 - I’ve installed Node v20.11.0 and it went through.
Thanks a bunch for your time and effort!
Martin.
tobi
May 26, 2024, 5:08am
8
I had the same issue with node v18.16.0. Updating to node v18.20.2 solved the installation issue (I cannot upgrade to v20 at this stage).