Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly requires additional password_strength dependency #2

Open
soundasleep opened this issue Jul 17, 2018 · 0 comments
Open

Explicitly requires additional password_strength dependency #2

soundasleep opened this issue Jul 17, 2018 · 0 comments

Comments

@soundasleep
Copy link

soundasleep commented Jul 17, 2018

Hi, I've just tried to install this into an existing project (using npm) and by default, it cannot be compiled:

$ npm install --save jquery-strength
$ # add reference to jquery-strength in existing JS using `require('jquery-strength')`
$ gulp build

Error: Cannot find module 'password_strength' from 'C:\...\node_modules\jquery-strength\dist'
    at C:\...\node_modules\browser-resolve\node_modules\resolve\lib\async.js:1:18

I had to npm install --save password_strength separately for this package to work.

It appears there might be some sort of invalid dependency reference somewhere. package-lock.json lists "@fnando/password_strength" as a dependency, there are no password_strength dependencies loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant