命令行中执行git init以后报错:
npm ERR! code ENOENT npm ERR! syscall stat npm ERR! path /Users/paperclouds/https:/registry.npm.taobao.org/vue/download/vue-2.6.11.tgz npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, stat '/Users/paperclouds/https:/registry.npm.taobao.org/vue/download/vue-2.6.11.tgz' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /Users/paperclouds/.npm/_logs/2020-04-05T05_32_13_488Z-debug.log
解决办法:
执行命令
npm init -y