Post
Topic
Technical question
by
Zoli
on 28/12/2017, 09:52:01 UTC
Before start SONM wallet 0.1.6, when launching

npm i

i receive this warns

Code:
npm WARN react-addons-transition-group@15.6.2 requires a peer of react@^15.4.2 but none is installed. You must install peer dependencies yourself.
npm WARN react-slick@0.15.4 requires a peer of react@^0.14.0 || ^15.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN react-slick@0.15.4 requires a peer of react-dom@^0.14.0 || ^15.0.1 but none is installed. You must install peer dependencies yourself.
npm WARN slick-carousel@1.8.1 requires a peer of jquery@>=1.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})


here:
npm list

Code:
UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.1
│ ├── UNMET PEER DEPENDENCY react-dom@^0.14.0 || ^15.0.1

UNMET PEER DEPENDENCY jquery@>=1.8.0

UNMET PEER DEPENDENCY react@16.2.0

UNMET OPTIONAL DEPENDENCY fsevents@^1.0.0


Code:
npm ERR! peer dep missing: react@^15.4.2, required by react-addons-transition-group@15.6.2
npm ERR! peer dep missing: react@^0.14.0 || ^15.0.1, required by react-slick@0.15.4
npm ERR! peer dep missing: react-dom@^0.14.0 || ^15.0.1, required by react-slick@0.15.4
npm ERR! peer dep missing: jquery@>=1.8.0, required by slick-carousel@1.8.1

Additional Info:
installed packages

nodejs 9.3.0-1
g++ 5.4.1-11

How can i solve ?