-
Requesting that gifsicle be a separate install for those who want to use it. This may be an edge case, but some npm installs will fail due to gifsicle without additional steps.
Please see https://…
-
I've noticed this bug after merging the following PR: https://github.com/TanStack/query/pull/5597
When `bundle: true` is set, `index.js` (ESM) file looks like this:
```
import "./chunk-55J6XMHW…
-
When launching **yarn**, the build gets stuck at **grpc**. We couldn't figure out what in packages.json requires it... tried with both node 12 and 15, can't find pre-built binaries either. Error:
…
-
**Is your feature request related to a problem? Please describe.**
Right now we have to write multiple lines into a single line using a newline delimiter (`\n`) in query and it's not convenient to w…
-
files:
```ts
// entry.ts
import { a } from './file'
// file.ts
export const a = 123
```
config:
```ts
export default defineConfig({
entry: ['./entry.ts', './file.ts'],
format: 'esm'…
tmkx updated
2 months ago
-
### Description
The [degraphql plugin](https://apisix.apache.org/docs/apisix/next/plugins/degraphql/) description says it supports `decoding RESTful API to GraphQL`. However it doesn't fully suppor…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
Recently it has come to my attention that if a package's dist-tag has a specific format, I.e. the regex format of `/v\d…
favna updated
2 years ago
-
root@pk020311:~/boing# ./run.sh
Checking / installing dependencies.
Installing dependencies. This may take a while.
npm WARN deprecated @discordjs/collection@0.1.6: no longer supported
npm WARN …
-
I get these errors when creating a project:
npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch t…
-
When running on AWS Lambda using Node 14 with Canvas v2.7.0 I am seeing the following error:
Error: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by /opt/nodejs/node_modules/canvas/bui…