DavidWells / isomorphic-react-example

Deprecated! ReactJS + NodeJS ( express ) demo tutorial with video. Universal/Isomorphic JS = Shared JavaScript that runs on both the client & server.
http://davidwells.io
MIT License
1.69k stars 272 forks source link

npm WARN deprecated #21

Open brw31415 opened 8 years ago

brw31415 commented 8 years ago

npm install npm WARN deprecated react-tools@0.12.2: react-tools is deprecated. For more information, visit https://fb .me/react-tools-deprecated
npm WARN deprecated native-buffer-browserify@2.0.17: Use the "buffer" module (https://www.npmjs.com/packa ge/buffer) instead

rflmyk commented 8 years ago

Run in your terminal:

$ npm update --save

bye ;)