npm ERR! code E404 it

第一次使用npx打包时报错

错误信息

npx webpak
npm ERR! code E404
npm ERR! 404 Not Found: webpak@latest
npm ERR! A complete log of this run can be found in:
npm ERR! xxxxx-debug.log
安装 webpak@latest 失败,错误代码:1

解决

我的是因为npm版本有些低,使用下面的命令更新npm就好了。

npm install npm@latest -g
原文地址:https://www.cnblogs.com/pupil2021/p/12624198.html