You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to create a custom refine in nextjs i just copy the template nextjs on a separate repo then do some customization on plugins and wanting to use superplate for cli but having this issue
TypeError: Cannot read properties of undefined (reading 'includes')
at Input.skip (/Users/karlkennethalibuas/Project/node_modules/superplate-cli/lib/saofile.js:160:48)
at Input.skip (/Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:196:46)
at /Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:241:22
at new Promise ()
at Input.run (/Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:237:12)
at Enquirer.ask (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:141:43)
at Enquirer.prompt (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:85:20)
at fn (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:222:23)
at SAO.actions (/Users/karlkennethalibuas/Project/node_modules/superplate-cli/lib/saofile.js:155:58)
at runActions (/Users/karlkennethalibuas/Project/node_modules/sao/dist/run-actions.js:953:79)
The text was updated successfully, but these errors were encountered:
Trying to create a custom refine in nextjs i just copy the template nextjs on a separate repo then do some customization on plugins and wanting to use superplate for cli but having this issue
/Users/karlkennethalibuas/Project/node_modules/superplate-cli/lib/saofile.js:160
skip: () => !sao.opts.extras.projectType.includes("refine")
^
TypeError: Cannot read properties of undefined (reading 'includes')
at Input.skip (/Users/karlkennethalibuas/Project/node_modules/superplate-cli/lib/saofile.js:160:48)
at Input.skip (/Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:196:46)
at /Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:241:22
at new Promise ()
at Input.run (/Users/karlkennethalibuas/Project/node_modules/enquirer/lib/prompt.js:237:12)
at Enquirer.ask (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:141:43)
at Enquirer.prompt (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:85:20)
at fn (/Users/karlkennethalibuas/Project/node_modules/enquirer/index.js:222:23)
at SAO.actions (/Users/karlkennethalibuas/Project/node_modules/superplate-cli/lib/saofile.js:155:58)
at runActions (/Users/karlkennethalibuas/Project/node_modules/sao/dist/run-actions.js:953:79)
The text was updated successfully, but these errors were encountered: