Angular 6.1.10 撰寫單元測試時,
當我在declarations加入Component時,會發生Module not found: Error: Can’t resolve ‘fs’
有方法可以解嗎?
網路上有說:
解決方案是手動更改內容 node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/browser.js
並替換 node: false
為 node: { fs: "empty" }
。
-無效
能升級嗎? 這看起來是那個時候版本的問題
這是另外一個在 issue 內翻到的解法