elegantthemes / create-divi-extension

MIT License
186 stars 59 forks source link

npx create-divi-extension not working #533

Open devatiq opened 2 years ago

devatiq commented 2 years ago

Hi, i was trying to create a Divi extension from this tutorial https://www.elegantthemes.com/documentation/developers/create-divi-extension/ but showing the following errors https://take.ms/z2AN0C

I'm using MAMP on mac. Other versions are

npm 8.1.4 yarn 3.1.1 node 17.2.0

Abd-Ur-Rehman commented 2 years ago

@devatiq you would have to downgrade the node's version because the maximum that it supports is 14.x.x and with that, it should work fine.