-
Updated
Jun 22, 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 11,219 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
Describe the bug
I've built the verdaccio/verdaccio:local
local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy
docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker
-
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\
OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\
-
docker-compose up
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
May 31, 2021 - CSS
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Jun 16, 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/
-
Updated
Apr 16, 2021 - TypeScript
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
Jun 20, 2021 - JavaScript
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
Jun 15, 2021
-
Updated
Jun 22, 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
Apr 14, 2021 - JavaScript
-
Updated
Apr 28, 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
May 10, 2021 - JavaScript
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia
npm-bcrypt package is only used in accounts-password and internally it falls back to bcryptjs which hasn't been updated in a while. So wouldn't it be better if we simply added a new npm dependency to accounts-password with bcrypt and deprecated