0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【SharePoint Framework】Failed to load component エラー対処

Last updated at Posted at 2020-01-19

はじめに

開発したWebパーツをSharePoint ページに展開した所、以下の画像のようなエラーが発生しました。
error.png

解決策

以下のコマンドを実行する事で解決しました。

gulp clean
gulp build
gulp bundle --ship
gulp package-solution --ship

参考

SPFx | Failed to load component.
https://www.koskila.net/failed-to-load-component-original-error-failed-to-load-path-dependency-contosospfxwebpartlocalization-from-component-guid-contosospfxwebpart/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?