Weex create exits directly

 weex create demo-weex
? Project name demo-weex
? Project description (A weex project)

enter enter is used by default when entering name, then it just jumps out, and the cursor does not move to description
as shown in figure:

Mar.24,2021

Hello, are you using the latest one? Recently, I also just learned that the weex, backend is overwritten, and my process is

.
  • installation depends on node.js
  • npm install-g weex-toolkit
  • Weex init project, npm install
  • npm run serve
  • npm run dev

then the project runs normally and, weex playgroud can also scan the code to run


problem solved. My node is not a stable version. Just switch to a stable version

Menu