Debian系统webpack: not found的解决方法 Monday, May 16, 2022 | 1 minute read | Updated at Monday, May 16, 2022 @ vpslala Debian系统webpack: not found的解决方法 apt-get install nodejs apt-get install npm npm install --save-dev webpack@latest webpack-cli@latest 解决