Mar 15, 2021 02:14 AM
Hello,
I’m trying to init a custom block for my database but i get this following error whenever I launch the command line block init from any github repo.
Initializing block using https://github.com/xavdid/airtable-grouped-chart template
❌ Something failed! Cleaning up...
❌ Error: a.isDirectory is not a function
Do you have any idea how i can fix it please ?
Thanks in advance for your help
BR
Solved! Go to Solution.
Mar 17, 2021 03:15 PM
I would try updating your node version - current long-term stable version is v14.
Mar 17, 2021 08:43 AM
Hey there - a couple questions for you:
What version of the blocks CLI are you running? block --version
What version of node are you running? node --version
Mar 17, 2021 11:32 AM
Hi Taylor_Savage!!
Thx for your reply.
Here are the version :
Thanks for your help
Mar 17, 2021 03:15 PM
I would try updating your node version - current long-term stable version is v14.
Mar 17, 2021 03:52 PM
Well done !! Thanks a lot @Taylor_Savage for your help.
Updating my node version fixed it