-
Version: Deno 1.45.5
When using the `--watch` or `--unstable-hmr` flag on a script which uses the bcrypt NPM package, bcrypt fails to import after restart.
```sh
npm init -y
npm i bcrypt @type…
-
- [ ] 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 command-line user of `pnpm`…
-
### Link to the code that reproduces this issue
https://github.com/vercel/next-learn/tree/main/basics/learn-starter
### To Reproduce
This is happening everywhere on my computer, doesn't matte…
-
### What is the problem this feature will solve?
It is common practice to set up npm scripts for testing. E.g.
```json
{
"test": "node --test tests/*.js more-tests/*.js"
}
```
However, th…
-
I wanted to point out the vulnerability which could compromise the docker container and thus, it could leak your AWS credentials. The issues arises from the fact that this project runs "npm run build"…
-
Goal
To create a script in package.json which builds the project with tsc and publish it with public access as a npm package, along with necessary modifications to build made for publishing.
The …
-
Hi All,
I am getting the dependency error while running npm install from the ADO build pipeline.
I tried --force but still the same problem.
After adding react-rte packge, ADO pipeline is failing…
-
### What version of Bun is running?
1.0.31+e25675121
### What platform is your computer?
Darwin 23.2.0 x86_64 i386
### What steps can reproduce the bug?
My library has a build command which previ…
-
### To Reproduce
After I created the Next application and deployed it to Dokploy and connected to the Dokploy database (PostgreSQL), communication works if I connect via an external connection string…
-
Hi, were `src/js/frontend/node_modules` and `src/js/backend/node_modules` included by accident?
They are .gitignored in `Resources/` so `pnpm install --recursive` (or similar) could be added to the '…