反応起動ストラップをインストールしようとしています。反応起動ストラップをインストールする前に反応をインストールする必要があります
npm WARN saveError ENOENT: no such file or directory, open '/Users/../package.json'/Users/.../..
├── UNMET PEER DEPENDENCY [email protected]>=0.14.0
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── UNMET PEER DEPENDENCY [email protected]>=0.14.0
│ ├── UNMET PEER DEPENDENCY [email protected]>=0.14.0
│ ├─┬ [email protected]
│ │ └── UNMET PEER DEPENDENCY [email protected]>=0.14.0
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
└── UNMET PEER DEPENDENCY [email protected]>=0.14.0
npm WARN enoent ENOENT: no such file or directory, open '/Users/../../package.json'
npm WARN [email protected] requires a peer of [email protected]>=0.14.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected]>=0.14.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected]>=0.14.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected]>=0.14.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected]>=0.11.0 but none was installed.
npm WARN [email protected] requires a peer of [email protected]>=0.14.0 but none was installed.
マイ質問がある:私は
npm install react-bootstrap --save
は私が(に置き換え、いくつかのパス名「...」)以下をgetコマンドを実行すると、私は前に反応インストールする必要があります反応起動ストラップをインストールしますか? docにそれに関する具体的な言及はありません。 (私はReactに慣れていないし、反応ブートストラップを使用している場合でもReactが必要であることを知りませんでした。私はそれにReactも含まれていると思っていましたが、後で同じdocのJavascriptセクションでこれを見ました:セットアップとReact-Bootstrapをインストールする必要があります。」)