広告

Gutenberg開発環境が構築できない・・・

WordPress
この記事は約2分で読めます。

泣き事です。

Node.jsを入れてGutenbergの開発環境を構築すべく下記、コマンドをターミナルで打ったら…

npx create-guten-block demo-block

エラーその1 

Error: Command failed: npm install cgb-scripts –save –save-exact –silent
npm WARN config global --global, --local are deprecated. Use --location=global instead.

調べたら、npmのバージョン8.11.0に存在する問題みたい。

こいつを治すのは、

C:\Program Files\nodejs

にある

  • npm
  • npm.cmd
  • npx
  • npx.cmd

prefix -gという記述を、それぞれprefix –location=globalに置き換える。

エラーその2

Error: Command failed: npm install cgb-scripts –save –save-exact –silent

どうも、Node.jsの問題らしい・・・

Version:  16.15.1ではダメなみたい。

Node.js入れなおそう・・・

Version: 18.4.0 (includes npm 8.12.1)を入れてみた。

ダメだった・・・

一度、Node.jsをアンインストールしてみる。

アプリと機能(プログラムの追加と削除)からNode.jsを消す。

%APPDATA%から npm と npm-cache フォルダを消す

C:\Users\[ユーザー名]\AppData\Roaming から npm と npm-cache フォルダを消します。

エクスプローラーのディレクトリ表示窓に、%APPDATA%と入力すると簡単に出てきます。

一応、再起動しておく。

Node.js再インストール

ダメだった。

Error: Command failed: npm install cgb-scripts –save –save-exact –silent

だってさ・・・

Node.jsをバージョン14.17.0

どうかな?

無事にできた!!

時間を返せ???