conceptadev / sails-hook-permissions

Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.
MIT License
4 stars 1 forks source link

@inspire-platform/sails-hook-auth dependency not public #5

Closed cyupa closed 5 years ago

cyupa commented 5 years ago

The @inspire-platform/sails-hook-auth dependency in package.json is not public / not found.

npm install @inspire-platform/sails-hook-permissions --save 
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@inspire-platform%2fowasp-password-strength-test - Not found
npm ERR! 404 
npm ERR! 404  '@inspire-platform/owasp-password-strength-test@2.0.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of '@inspire-platform/sails-hook-auth'
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! A complete log of this run can be found in:
npm ERR!     /Users/cyupa/.npm/_logs/2019-08-02T08_08_25_433Z-debug.log
MrMaz commented 5 years ago

This has been fixed, thank you for letting us know!