You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Run `nix-shell` with correct list of arguments or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development.
37
37
38
38
**Notes:**
39
+
39
40
If you get SSL error when running `nix-shell` (SSL peer certificate or SSH remote key was not OK) try the next steps:
40
41
1. Reinstall nix
41
-
```bash
42
-
$ nix-env -e *
43
-
$ curl -L https://nixos.org/nix/install | sh
44
-
```
42
+
```bash
43
+
$ nix-env -e *
44
+
$ curl -L https://nixos.org/nix/install | sh
45
+
```
45
46
2. Download certificate from https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/ and import to your keychain.
0 commit comments