vue-cli3 create a project report "asyncWrite is not a function" wrong solution

      Before After I learned node version management tool nvm, met a vue-cli3 create a project report "asyncWrite is not a function" error, then I learned to use before nvm resolve this error.

        So, the key is how the problem should be solved, I checked the Internet after the answer, the occurrence of the general solution is to uninstall the current node version, reinstall it. But we have this node after nvm version management tool, do not need to uninstall the previous version of the node, we only need to use the following command to install a version of another node can solve this problem:

nvm i v10.16.0<version>复制代码

As the students do not know nvm, you can see the "Installation and use of nvm" This article can be at the following link: juejin.im/post/5cfcb4...


Reproduced in: https: //juejin.im/post/5cffc9ca5188253d592e027e

Guess you like

Origin blog.csdn.net/weixin_33841503/article/details/93169670