-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
…
-
### Steps to reproduce
Execute the following repository,
- https://github.com/onozaty/remix-prisma/tree/mui-v6
Steps:
1. Open with DevContainer
2. `npm run dev`
3. Open http://127.0.0.1:5173/ in yo…
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- […
-
This repo seems to be broken Ubuntu 22.04 LTS which is the version we recommend to trainees. From what I can tell the below error is related to Ubuntu's OpenSSL libraries being too old. It works on my…
-
## Description
Vitest has a [workspaces](https://vitest.dev/guide/workspace.html) feature, where vitest can be made aware of different sub-projects, and run the tests for each of these workspaces (…
-
NPM now has a "workspace" concept, where multiple packages reside in the same repository, and share the same package-lock.json. Wrangler2 (the rewrite that is known by NPM as @cloudflare/wrangler@beta…
-
**Describe the bug**
When running any tasks in a `npm` project, it seems `moon` is going to first run `npm install`, but `npm install` is not freezing the `package-lock.json` files and there are no…
-
Saw on Hacker News and gave it a shot. Tried to publish on EAS and create a development build, got it done successfully but when I run `npm run ios` I get this error in the simulator:
../../App" fr…
-
Hi! Npm 7 now supports the similar concept for workspaces.
- How `wsrun` is bound with yarn?
- Could it be used with npm for running scripts in workspaces?
I tried to use a shell script with `-…
-
**Issue**
When running a npm script through `mtb` in a project with npm workspaces, the local node dependencies aren't resolved.
E.g. in the sample provided below, the global ui5 installation of th…