-
I got this error when running setup-ddev.sh
Error: ENOENT: no such file or directory, open '/tmp/.drupal-access-token.txt'
at Object.readFileSync (node:fs:448:20)
at /var/www/html/next/co…
-
the official semantic-release now supporting esm, but it seems that this package doesn't work with esm projects.
I got this error
```
[12:14:08 AM] › 🎉 Started multirelease! Loading 26 packages.…
-
### Steps to Reproduce
```bash
1. Upgrade from v18 to v19
2. run `git cz`
```
### Current Behavior
Error:
```
$ git cz
cz-cli@4.3.0, @commitlint/cz-commitlint@19.2.0
Cannot find module '/n…
-
code:
```ts
import { cosmiconfigSync } from 'cosmiconfig';
import mockFs from 'mock-fs';
describe('getContext', () => {
afterAll(() => {
mockFs.restore();
});
it('should load conte…
-
I ran into a situation where if a configuration file is a cjs file, then cosmiconfig will always return the same configuration files between runs even if it has changed:
consider a quick psuedo ex…
-
With cosmiconfig 7.0.1, build fails with the following error. I'm packaging webfont for debian and would like to use cosmiconfig 7.0.1 from debian archive (we prefer to use only one version of a modul…
pravi updated
2 years ago
-
## Description
When using `cosmiconfigSync`, the result from `search` returns a promise on the `config` property.
### What went wrong?
A promise was returned instead of the result.
### Wha…
-
### Summary
When including Graphile Worker in a Next.js project, dependency warnings are thrown.
### Steps to reproduce
```typescript
import {quickAddJob} from "graphile-worker";
export a…
-
I don't understand why job [prevent-typescript-dependency](https://github.com/salesforcecli/github-workflows/blob/main/.github/workflows/preventTypescriptDep.yml) is failing.
My package.json (conta…
-
My Project file.prettierrc.cjs is always removed by swagger-typescript-api (recent versions)