Closed prathamesh13 closed 7 years ago
It looks like the problem might be caused by using an old version of node. We require Node 6 or higher. Can you please retry with Node 6?
Also, I would recommend a recent version of Node6 (eg, 6.11.x) to pick up all security and functional fixes to node. Early 6.x Node had some issues that caused problems for wchtools, but many are using wchtools on 6.10.x and 6.11.x. I will ask the documentation team to fix that tutorial you refer to above that states Node4 or later.
@ThomasHurek @mburati The issue was resolved by upgrading Node to version 6 ( currently using 6.11.4).
I am following the tutorial on Customizing the layouts and components for your site
The layout creation is not working as expected.
After i run the command:
npm run create-layout -- --type <content type name>
The content types are fetched properly after providing credentials, but the layout creation fails.
Please find the logs below: