用这两个命令都没能执行成功

npx parcel --no-cache
npx parcel index.html

换成这个命令便可以成功执行

./node_modules/.bin/parcel index.html