-
Here is a repro repo :
https://github.com/vparpoil/meteor-devlop-bug
Steps to reproduce :
```bash
meteor create --react meteorDevlop
cd meteorDevlop
meteor npm install --save devlop
```
…
-
### Environment
```markdown
react-native -v:
npm ls react-native-macos:
node -v: v22.6.0
npm -v: 10.8.2
yarn --version: 4.4.0
xcodebuild -version:Xcode 16.1 - Build version 16B40
```
### Steps to re…
-
Currently, the NPM packages are published to an org called `knative-extensions`: https://www.npmjs.com/package/@knative-extensions/plugin-knative-event-mesh-backend
This org is owned by me and …
aliok updated
2 weeks ago
-
### Description
These are spillover tasks from the W3C props & styles projects. The aim is to move user-space modules into their own packages within the monorepo. React Native for Web must currentl…
-
`theme`に指定したディレクトリ名と同名のパッケージがnpmに存在する場合、ローカルのパッケージよりnpmのパッケージが優先されます。以下の例では`css`ディレクトリが無視され[css](https://www.npmjs.com/package/css)がインストールされます。
```
> vivliostyle --version
cli: 8.15.0
core: 2.30…
-
@tnrich
Hi, thank you for your work!!!
I was unable to import the genbank to json parser. In the github repositorythe code is correct, but the npm package lacks the type setting.
Fixed …
-
Our publish pipeline will publish an npm package for react-native-windows before attempting to build the MSRN binary and publish a NuGet package. If we fail to publish the NuGet package (e.g. due to b…
-
Are there any plans to make this available via npm? I'd really like to use this in a code repository as one of our developer tools without adding additional requirements beyond `npm install`
I woul…
-
### Steps to reproduce
The logo on https://www.npmjs.com/package/@base_ui/react is off
### Current behavior
_No response_
### Expected behavior
_No response_
### Context
_No response_
##…
-
I just noticed that this package is around 13MB when unpackaged and I reached my AWS Lambda package size limit. This is absolutely too big for serverless deployment.
So my questions are:
- Why are…