Skip to main content

5 篇文章已被標記 與 "Trouble Shooting" 標籤有關的文章

瀏覽所有標籤

排除使用 node-gyp 時出現的 gyp ERR! 相關錯誤訊息

之前為了讓 Docusaurus 具備本地搜尋功能的時候,使用了 @easyops-cn/docusaurus-search-local 這個套件,而它裡面又引用了 nodejieba 這個套件。有趣的是,要讓 nodejieba 乖乖運作好像不是那麼單純的一件事,而且可能會蠻吃人品的。我在公司就幫不少同事處理過鬼打牆的狀況,這篇就來分享一下解法。

排除執行 yarn 時出現 yarn.ps1 cannot be loaded 的問題

在 Windows 裡要透過 yarn 來完成某些動作(例如 `yarn install`)的時候可能會出現這個錯誤:yarn : File C:\Program Files\nodejs\yarn.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + yarn + ~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess 這篇就來分享一下這個問題的解法。