-
Notifications
You must be signed in to change notification settings - Fork 65
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
!! require is not defined #31
Comments
When you say "downloaded the source code", what do you mean? What steps did you take to do this? |
I downloaded the zip file, extracted the files, and then opened the vault.html file found in the /Chrome folder. I used Chrome to open vault.html |
I was able to install the program using npm, but would still like to get the source code working. This is a great program btw! |
Did you download the zip from |
The release where I am receiving the error is 3.0. With 2.0 or 1.0, I am able to run the program through Chrome and generate passwords. However, the passwords generated with the same service name and passphrase are all different for 1.0, 2.0, and the terminal program. |
The generator algorithm changed between 0.1 and 0.2 but has been stable since then. e.g. How are you running the generator? You should be able to open The |
That's what my problem was. I was running the html file inside the chrome folder rather than the web folder. Thanks for your help! |
I'm rather new to this so apologies if my question seems naive. I've downloaded the source code and am trying to run the program locally. I open the ".html" file in the "Chrome" folder using Chrome. I get the message "!! require is not defined" in the Generated password field. When I open the inspector I get the an error saying ".../Downloads/vault-master/chrome/lib/crypto-js-3.1.2.js Failed to load resource: net::ERR_FILE_NOT_FOUND".
Is there a missing file or am I not running the code properly?
The text was updated successfully, but these errors were encountered: