0

NPM モジュールを Gatsby に簡単に追加できますか。

例えば:

gatsby new lumen https://github.com/wpioneer/gatsby-starter-lumen 
cd lumen 
npm install react-router-component-transition --save

├── UNMET PEER DEPENDENCY react@15.3.1 
├── UNMET PEER DEPENDENCY react-addons-css-transition-group@^0.14.0 
├── UNMET PEER DEPENDENCY react-router-component@>=0.27 
└─┬ react-router-component-transition@0.2.0   
  └─┬ object.assign@4.0.4
    ├─┬ define-properties@1.1.2
    │ ├── foreach@2.0.5
    │ └── object-keys@1.0.11
    └── object-keys@1.0.11

npm WARN react-router-component-transition@0.2.0 requires a peer of react-router-component@>=0.27 but none was installed. 
npm WARN react-router-component-transition@0.2.0 requires a peer of react@^0.14.0 but none was installed. 
npm WARN react-router-component-transition@0.2.0 requires a peer of react-addons-css-transition-group@^0.14.0 but none was installed. 
npm WARN gatsby-starter-lumen@1.1.0 No repository field.

試してみたところ、いくつかのピア依存関係エラーが発生しました。

4

1 に答える 1

0

また、これらは単なる警告であり、npm とノードで実行している場合、Gatsby パッケージは通常最先端ではありません。

于 2018-06-24T01:49:05.300 に答える