jquery-fatNav icon indicating copy to clipboard operation
jquery-fatNav copied to clipboard

NPM Install error

Open drawcard opened this issue 8 years ago • 1 comments

I am hitting the following error when attempting to install via NPM, I think package.json needs updating to reflect new standards.

$ npm install --save jquery-fatNav
npm ERR! Darwin 16.0.0
npm ERR! argv "/Users/drawcard/.nvm/versions/node/v6.6.0/bin/node" "/Users/drawcard/.nvm/versions/node/v6.6.0/bin/npm" "install" "--save" "jquery-fatNav"
npm ERR! node v6.6.0
npm ERR! npm  v3.10.8
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/jquery-fatNav
npm ERR! 404 
npm ERR! 404  'jquery-fatNav' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because 
npm ERR! 404  1. name can no longer contain capital letters
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/drawcard/Documents/dev-server/public/clients/2016.drawcard.com.au/www/wp-content/themes/dc-thyme/npm-debug.log

Workaround: npm install --save https://github.com/Glitchbone/jquery-fatNav

drawcard avatar Oct 25 '16 00:10 drawcard

yarn seems to work too: yarn add Glitchbone/jquery-fatNav

drawcard avatar Jan 22 '17 09:01 drawcard