我正在将材料表(npm 最新 v1.69.3)与 MUI v5.0.6 一起使用,因为我需要一个可编辑的表。我在控制台中收到此消息。
它说 import alpha 但由于在材质表中使用了 fade,这是一个 npm 包,我不知道在这里该怎么做。
我想知道的是为什么会发生这个错误,如何消除这个错误并解决问题。有人可以帮我吗?
我正在尝试使用 Angular/cli 安装npm install -g @angular/cli
,但它不断向我发送警告
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
C:\Users\amsmk\AppData\Roaming\npm\ng -> C:\Users\amsmk\AppData\Roaming\npm\node_modules\@angular\cli\bin\ng
> @angular/cli@10.0.7 postinstall C:\Users\amsmk\AppData\Roaming\npm\node_modules\@angular\cli
> node ./bin/postinstall/script.js
+ @angular/cli@10.0.7
added 281 packages from 206 contributors in 74.68s
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个问题