npm / registry-issue-archive

An archive of the old npm registry issue tracker
https://npm.community
249 stars 47 forks source link

Unprocessable entity E422 while doing deprecate of an old module #301

Open kapouer opened 6 years ago

kapouer commented 6 years ago

npm deprecate rickshaw-browser "No longer maintained, outdated, see rickshaw" code E422 npm ERR! Unprocessable Entity : rickshaw-browser 2018-03-22T22_14_58_197Z-debug.log

kapouer commented 6 years ago

Note that deprecate was working all right for the dozen other modules i deprecated today, before and after that error.

vmx commented 6 years ago

I'm seeing the same error with:

npm deprecate ipld-resolver@'<= 0.14.1' 'WARNING: This project has been renamed to "ipld". Install using "ipld" instead.'
eddavisson commented 6 years ago

Likewise.

$ npm deprecate "proto-google-datastore-v1beta3" "This package is no longer being updated. Please use https://www.npmjs.com/package/@google-cloud/datastore instead."
npm ERR! code E422
npm ERR! Unprocessable Entity : proto-google-datastore-v1beta3

npm ERR! A complete log of this run can be found in:
npm ERR!     /usr/local/google/home/eddavisson/.npm/_logs/2018-08-21T16_34_11_847Z-debug.log

The same command run on the "proto-google-datastore-v1" package worked fine.

2018-08-21T16_34_11_847Z-debug.log