Pana / nrm

NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
MIT License
2.8k stars 244 forks source link

CoffeeScript on NPM has moved to "coffeescript" #42

Closed tangshuai89 closed 5 years ago

tangshuai89 commented 5 years ago

npm WARN deprecated coffee-script@1.7.1: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

image

tangshuai89 commented 5 years ago

I found that this package include a package named "node-echo", and it requires "nodemon" "nodemon" has the dependence "coffee-script: ~1.7.1" and the package has changed its name "coffeescript", but the version 1.7.1 still saved the coffee-script name. So I writed a issue to that repo, that problem doesn't belong to this repo.