How to install ng2-prism with angular-cli -
when try install ng2-prism
this:
ng install ng2-prism
i error:
the package rxjs@5.0.0-beta.12 not satisfy siblings' peerdependencies requirements! error: package rxjs@5.0.0-beta.12 not satisfy siblings' peerdependencies requirements! @ /home/codesave-dash/node_modules/npm/lib/install.js:125:32 @ /home/codesave-dash/node_modules/npm/lib/install.js:268:7 @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:142:5 @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ cb (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:47:24) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:263:14 @ asyncmap (/home/codesave-dash/node_modules/npm/node_modules/slide/lib/async-map.js:27:18) @ next (/home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:234:5) @ /home/codesave-dash/node_modules/npm/node_modules/read-installed/read-installed.js:179:7 @ loop (fs.js:1534:14) @ dontcallback0 (node.js:419:9) @ process._tickcallback (node.js:348:13)
anyone know how fix it?
Comments
Post a Comment