我正在尝试在Ubuntu上部署Angular 2应用程序,当我运行npm start
> webpack-dev-server --inline --progress --port 8080
npm ERR! weird error 1
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! not ok code 0
不仅如此,我无法在任何地方找到有关如何使用webpack部署角度2应用程序的文档,甚至在Angular.io上都没有
我尝试部署的代码可以在这里找到:https://angular.io/docs/ts/latest/guide/webpack.html
感谢任何帮助