-
Updated
Apr 7, 2021 - 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 10,706 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
resolutionsfield 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
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stripnpm version: 5
Code to reproduce the issue:
not saved (you should add these dependencies to package.json if you need them):
@types/accepts link:node_modules/.pnpm/@types/accepts@1.3.5/node_modules/@types/accepts
@types/anymatch link:node_modules/.pnpm/@types/anymatch@1.3.1/node_modules/@types/anymatch
@types/argparse link:node_modules/.pnpm/@types/argparse@1.0.38/node_module
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
Mar 11, 2021 - CSS
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
This package could be used to enhance the readability of a lot of our tests:
https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest/
Description
npkill lists the home directory as a node_modules directory:
Reproduction
- Run
npkill --sort size. - Wait for search to complete.
- Do other tasks, and return to the process.
/Users/user/.will appear on the list.
Current Behavior:
When I do npm init in a folder with spaces, for example test foo bar, only the first space gets replaced by a dash in the proposed name
Expected Behavior:
All the spaces in the name of the folder should get replaced by a dash
Steps To Rep
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Feb 14, 2021
-
Updated
Mar 11, 2021
-
Updated
Mar 28, 2021 - JavaScript
Main examples at Apify SDK webpage, Github repo and CLI templates should demonstrate how to manipulate with DOM and retrieve data from it.
Also add one example of scraping with Apify SDK + jQuery to https://sdk.apify.com/docs/examples/basiccrawler
Feedback from: https://medium.com/better-programming/do-i-need-python-scrapy-to-build-a-web-scraper-7cc7cac2081d
I lost an hour trying to make
-
Updated
Mar 20, 2021 - JavaScript
-
Updated
Apr 8, 2021 - TypeScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Mar 30, 2021 - JavaScript
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia



Accounts.forgotPassword callback with an error message"User not found [403]" if the user with the specified email does not exist.
Is it possible to stop this error message from reaching the client ? If not is it something that should be changed ? I can make a PR to address this.