-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
I…
-
If you have a monorepo, and you have two workspaces `A` and `B`, you can import contracts from `A` in `B` doing:
```solidity
import "A/contracts/SomeContract.sol";
```
But you can't import the…
-
### pnpm version: 7.18.2
### Code to reproduce the issue: (running vscode devcontainer)
```Dockerfile
# .devcontainer/Dockerfile
ARG VARIANT="bullseye"
FROM mcr.microsoft.com/vscode/devcont…
-
Hey,
When trying to run tests using Vitest and React Testing Library, I stumble on to the following error:
```
Error: require() of ES Module /workspaces/workspace/node_modules/.pnpm/@ckeditor+cke…
-
### Self-service
- [ ] I'd be willing to implement a fix
### Describe the bug
I could just have a bug in my configuration, but nested yarn workspaces seem to result in incomplete dependency install…
-
https://xyu.house/posts/bff-demo-npm-workspaces-nextjs/
使用 Next.js、Nest.js 和 npm workplace开发 Monorepo BFF项目
-
Hi,
I just follow the instruction using a new environement docker and after npm install i get the following error :
Cannot find module 'pinia/dist/pinia.mjs'
Require stack:
- /workspaces/Nuxt…
Asw20 updated
5 months ago
-
npm ERR! code 1
npm ERR! path /workspaces/Multipurpose-discord-bot/node_modules/quick.db/node_modules/better-sqlite3
npm ERR! command failed
npm ERR! command sh -c prebuild-install || npm run build…
-
At the top of the front page for this repo it says:
> Sync packages when deploying monorepos with firebase using yarn or bolt workspaces
> Have you ever have a problem when deploying npm package…
-
one of the commands I tried to run with dum:
```
dum test test/internal/fetch.ts -w=@magnetarjs/core
```
didn't work
But just `npm run` does work.
```
npm run test test/internal/fetch.ts -w=@…