開發 Angular.io's WebPack Project 情境 5 -- Start Angular.io ! V ---- Troubleshooting 2
凌晨2:34
開發 Angular.io's WebPack Project 情境 5 -- Start Angular.io ! V ---- Troubleshooting 2
(1). npm WARN deprecated [the module 2]@4.0.1: This project is unmaintained
a. 我遇到了這個問題,目前還不知道如何處理。這個問題,我覺得應該也是:無解。因為[the module 2]'s project 開發團隊已經不維護(unmaintained)了。(我試過:npm cache clear --force,沒有用,這個 command 根本不是解決問題的方式。我不知道,為什麼網路上常有人提及。REF:https://github.com/angular/angular-cli/issues/10039,Pranitha-p commented on 26 Mar。)
b. 解決方式:
(1). 我就當它只是一個WARN。
(2). 我避開直接使用,npm install :Install the dependencies in the local node_modules folder.
(1). npm WARN deprecated [the module 2]@4.0.1: This project is unmaintained
a. 我遇到了這個問題,目前還不知道如何處理。
b. 解決方式:
(1). 我就當它只是一個WARN。
(2). 我避開直接使用,npm install :Install the dependencies in the local node_modules folder.


0 意見