-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot init project successfully #133
Comments
我的也是
/opt/homebrew/lib/node_modules/arco-cli/node_modules/arco-cli-dev-utils/lib/getAnswerFromUser.js:145 TypeError: Cannot destructure property 'question' of '(intermediate value)' as it is undefined. Node.js v23.1.0 |
same |
2 similar comments
same |
same |
npm i @arco-design/arco-cli@latest -g |
Basic Info
Steps to reproduce
npm i -g arco-cli
arco init hello-arco-pro
C:\nvm\v18.20.3\node_modules\arco-cli\node_modules\arco-cli-dev-utils\lib\getAnswerFromUser.js:145
const { question: { [command]: questions }, } = yield (0, baseConfig_1.getBaseConfig)();
^
TypeError: Cannot read properties of undefined (reading 'question')
at C:\nvm\v18.20.3\node_modules\arco-cli\node_modules\arco-cli-dev-utils\lib\getAnswerFromUser.js:145:57
at Generator.next ()
at fulfilled (C:\nvm\v18.20.3\node_modules\arco-cli\node_modules\arco-cli-dev-utils\lib\getAnswerFromUser.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Node.js v18.20.3
The text was updated successfully, but these errors were encountered: