jupyter / services

This repository is deprecated. It has been moved to https://github.com/jupyterlab/jupyterlab as a sub-package
BSD 3-Clause "New" or "Revised" License
72 stars 45 forks source link

Installing via npm produces deprecation warnings #321

Closed yuvipanda closed 7 years ago

yuvipanda commented 7 years ago
yuvipanda@courage:~/code/stresshub$ npm install --save jupyter-js-services
npm WARN deprecated phosphor@0.5.0: use @phosphor/ packages
+ jupyter-js-services@0.21.1
added 8 packages in 1.675s

Would be nice if it didn't produce a deprecation warning :)

blink1073 commented 7 years ago

Hi @yuvipanda, this repo is deprecated, moved to https://github.com/jupyterlab/jupyterlab/tree/master/packages/services.

yuvipanda commented 7 years ago

I see. Someone should update https://www.npmjs.com/package/jupyter-js-services to point to that?

blink1073 commented 7 years ago

Good call, done.