-
Might make sense for this repo's description (or README) to link to https://resin.io/blog/safely-migrating-away-from-prepublish-with-npm-4/ in order to give a bit of background context for this module…
lurch updated
7 years ago
-
### Contribution
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md))
### Describe the user story
As a developer who is usin…
-
I am looking to make a request from an HTTPS endpoint to a HTTP endpoint. Basically `https://example.com ----> localhost:3000` I have tried setting the `ctx.proxyToServerRequestOptions.protocol` to HT…
-
I get a strange error trying to init the rust-webpack template:
```
C:\r>npm init rust-webpack rvr --verbose
npm info it worked if it ends with ok
npm verb cli [ 'C:\\Users\\d\\nodejs\\node.exe'…
-
I built a feature in pleb for handling shipping scoped packages for the first time when using a scoped namespace, because I didn't know `publishConfig` existed. So I've dropped the PR and I've pinged …
-
I just get this output straight away:
```
user@server:~$ sudo npm install --global speedtest-net
npm WARN deprecated node-pre-gyp@0.11.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped n…
-
I'm looking to containerize the app. I can't quite seem to get the page to load, however.
I started to create a Dockerfile:
```
FROM node:19.9.0-alpine3.17
WORKDIR /app
COPY . .
RUN n…
-
Hello everyone,
I was talking to @kenwheeler yesterday and we will get things moving by making a new major release. I will also check the PRs for bug fixes and ping Ken to release new versions to N…
-
**Your Environment**
* **verdaccio version**: 5.21.1
* **node version**: v18.14.0 (actually using [docker image](https://github.com/verdaccio/verdaccio/blob/5.x/Dockerfile)
* **package m…
-
I've been trying to connect to telegram using TelegramClient in a worker thread. The worker hangs up at `await client.connect` and after retries throws connection error. Strange that it works locally …