-
### How did you install the Amplify CLI?
curl
### If applicable, what version of Node.js are you using?
v18.18.2
### Amplify CLI Version
12.7.1
### What operating system are you usin…
jgo80 updated
4 months ago
-
I realised both packages are very similar, have similar API and simliar runtime behaviour.
Maybe (to reduce dependencies) we would merge them into a new package called react-native-app-link (react-n…
-
Hello Team,
In my project, I’m using the following dependencies:
```
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~7.0.7",
"monaco-languageclient": "~8.7.0",
"vscode": …
-
Hello All,
We are using **Lerna Yarn workspaces** for our project and having a root jest.config.base.js file which extends its properties to the jest.config.js in workspaces. The following is our dir…
-
## New feature motivation
[NPM 7](https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-cli/) which was recently released includes support for [workspaces](https://github.com/npm/rfcs/blob/la…
-
## Current behavior
Type-only imports ([`import type X`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export), or `import X` where X is only us…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. git clone the latest version
2. use npm 16 to install, following th…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Turborepo canary release.
### Link to code that reproduces this issue
https://codesandbox.io/p/devbox/test-turbo…
-
### **Is your feature request related to a problem? Please describe.**
I'd love to see support for workspaces in Turbo. `npm`, `yarn` and `pnpm` all provide their own workspace implementations, but i…
-
Command line: `report --prepare --recursive --enabled-package-managers yarn`
In our monorepo we have a number of independent yarn projects each with their own `package.json` and `yarn.lock` file, _…