Skip to content
#

npm

npm logo

Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.

Here are 14,279 public repositories matching this topic...

jankapunkt
jankapunkt commented Jul 14, 2022

The package react-fast-refresh is always added to the client bundle, adding 32kb of unused code (unminified), even if hot-module-replacement is not present.

When I'm not using React then I don't need it.

Using DISABLE_REACT_FAST_REFRESH has no effect, the package is still added to the client.

Repro:

  • create new Meteor project that not uses React
  • run using `meteor --exclude-ar
confirmed We want to fix or implement it good first issue Good first issue or something that should is nice to do.
sabrinaluo
sabrinaluo commented Jun 5, 2019

Do you want to request a feature or report a bug?
feature request

What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd
mikearnaldi
mikearnaldi commented Jul 12, 2022

What is the problem this feature will solve?

whenever bun reads a tsconfig it doesn't understand a warning is presented, I guess that's ok if the intention is to use bun for compilation but it isn't very nice if I am simply using bun as a JS runtime.

What is the feature you are proposing to solve the problem?

A flag to disable ts processing, something like --disable-ts

What alte

enhancement New feature or request good first issue Good for newcomers
pnpm
boenrobot
boenrobot commented Jan 6, 2020

I have a project that is in a monorepo and uses yarn right now.

I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.

To this end, yarn allows packages

good first issue area: monorepo Everything related to the pnpm workspace feature Yarn compat Issues related to compatibility with Yarn
verdaccio
tsdx
marciel-truesoft
marciel-truesoft commented Nov 19, 2020

Current Behavior

UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config

Suggested Solution

Consider support AMD module format, o

kind: feature New feature or request good first issue Good for newcomers problem: stale Issue has not been responded to in some time PR welcome
renovate
alexander-bruun
alexander-bruun commented Jul 29, 2022

What would you like Renovate to be able to do?

As described in the following discussion: renovatebot/renovate#16847 I asked whether there is a way to configure multiple docker registries independantly to support image mirroring in kubernetes.

I want this feature to support a kubernetes infrastructure that use mirroring for image registries, and to avoid leaki

type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others good first issue Suitable for new contributors status:ready Ready to start implementation
cli
Dionysusnu
Dionysusnu commented Dec 30, 2021

Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.

Good First Issue good issue or PR for newcomers Release 8.x work is associated with a specific npm 8 release Bug thing that needs fixing
tsparticles

Created by Isaac Z. Schlueter

Released January 12, 2010

Organization
npm
Website
www.npmjs.com
Wikipedia
Wikipedia