nux create

使用npx create-nuxt-app 命令时候报错,
上网查了一下,发现网友们是在执行npm install报出了同样的错误;

报错信息:

1
nexpected end of JSON input while parsing near '...e4r+98vkwkOtMpSP9r5d6'

使用同款解决方法,
解决方法:

npm cache clean --force

成功解决。