我们有一个Angular App,它有一些过时的依赖项,我正在尝试更新。我想包括材料图标字体使用直接到fonts.googleapis.com,但应用程序不构建后卸载包“材料设计图标”。no such file or directory, lstat 'C:\Projekte\JI.Infopool\JI.Infopool.WebApp\ClientApp\node_modules\material-design-iconsno such file or directory, lstat
我使用NodeJS托管Angular应用程序(全部捆绑在一起),并使用npm start启动应用程序,该应用程序构建Angular并与NodeJS服务器一起运行。但似乎在更改angular代码(其中一个.ts文件)后- node会继续从server/public/main.d71b1f06ef7e78fdba3f.js加载旧文件,而不是从新版本加载。我尝试过npm cache c
当我执行以下命令时: ng new myapp It generates the following error below: This is my Angular version and it'smy first installation: 我最初安装了nodejs单机版,但根据安装说明,当我想要安装nvm-windows时,我不得不卸载它,在尝试让它运行了这么多麻烦之后,它并没有起作用。