-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Bug
### (Optional) Module Version
_No response_
### (Optional) …
-
Each zone has a start and an end.
The vars before start will be set as specific and after the end will be ignored.
-
```js
;(async function() {
const Corestore = require('corestore');
const Hyperdrive = require('hyperdrive');
const folder = 'animals';
const store = new Corestore(`./db/${folder}`);
aw…
-
When attempting to run a git commit, I got this: `Error [ERR_REQUIRE_ESM]: require() of ES Module` error from `husky`.
This issue can be resolved by updating Husky to version 7.0.0 or later, which …
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
10.0.0-alpha.2
### Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
##…
-
## Current behavior
I ran `semantic-release` locally on my machine and I got an error. I think the issue may have something to do with husky being installed? I have @commitlint/cli, @commitlint/con…
-
**Describe the bug**
WHen I try to commit either from the terminal, intellij IDE, Intellij IDE terminal or even Github Desktop, I get an error and the commit fail.
**Version & OS**
I am using…
-
Hi Dr. Murray,
When we tried to connect each other's machine, it seems that we are not able to see the topic data from guest's side.
Here is what we did:
1: "master" runs `ifconfig` and get ip …
-
-
## Expected Behavior
In the yarn v1 and yarn v2 (with `nodeLinker: node_modules`), commitlint work perfectly
## Current Behavior
It doesn't work at all. I've tried these command in git-hook (…