How can I install jquery-ui@1.11.4 with npm?

How can I install jquery-ui@1.11.4 with npm?

I have a project using jquery-ui@1.11.4, and I always install tools with npm, like this:

npm install -g jquery-ui@1.11.4

But I got error message like:

npm ERR! Error: version not found: jquery-ui@1.11.4
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache/add-named.js:125:12
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:167:7)
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issues

I had post a issue on http://github.com/npm/npm/issues

@KenanY   said:
@radision Publishing new versions of a package is not npm 's responsibility. It is the responsibility of the authors of the packages. Maybe you should contact the authors of jquery-ui .

Could anyone help me? Thanks!