-
Updated
May 14, 2022 - JavaScript
npm

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 13,629 public repositories matching this topic...
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.
- install a package with any version, e.g
"pkg": "^1.0.0"
- add
resolutions
field in package.json,pkg: "1.0.0"
- upd
Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea
Platform
- version: verdaccio/verdaccio:nightly-master
- platform: docker
Describe the bug
Most of the settings changed in the config.yaml file are not applied.
To Reproduce
web:
title: "Custom Title" => works
darkMode: false => works
showInfo: false => don't works
showSettings: false => don't works
showThemeSwitch: false => don't works
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
-
Updated
Sep 27, 2021 - CSS
Describe the proposed change(s).
It seems to be available starting from Node v17. See also:
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
-
Updated
Mar 30, 2022
-
Updated
May 15, 2022 - TypeScript
-
Updated
Mar 19, 2022 - JavaScript
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.
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
May 6, 2022 - JavaScript
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Dec 9, 2021
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
All preset readme files needs updates for v2
-
Updated
Jan 28, 2022 - JavaScript
-
Updated
Jul 3, 2021
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia
I'm on a 14" macbook M1 pro and get the following error when trying to run a freshly downloaded/installed meteor 2.5.3:
From the blogpost announcing meteor 2.5.1 I would expect meteor to work on my machine.
Given that I'm on an M1, the er