第一次使用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