We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
just trying this out. following readme instructions, I get stuck after npm run start-local I get
npm run start-local
fs.js:114 throw err; ^ Error: ENOENT: no such file or directory, open '/Users/Sandy/Documents/LiveLab/certs/privkey.pem'
Any idea about this?
The text was updated successfully, but these errors were encountered:
Hi, it is looking for ssl certificates in order to run locally. You can generate via something like: http://www.devsec.org/info/ssl-cert.html
Sorry, something went wrong.
Thanks @ojack
now I get:
fs.js:114 throw err; ^ Error: ENOENT: no such file or directory, open '/Users/Tiffany/Documents/LiveLab/certs/fullchain.pem'
is it also necessary? how do I create such fullchain.pem? Apologies in advance for asking such newbie questions.
No branches or pull requests
just trying this out.
following readme instructions, I get stuck after
npm run start-local
I get
Any idea about this?
The text was updated successfully, but these errors were encountered: