-
I was curious if this package works with npm workspaces where a package ends up in a nested node_modules folder?
If not, would you consider a contribution adding it?
-
**Is your feature request related to a problem? Please describe.**
We have two npm workspaces: `administration` and `frontend/buildConfigs`.
Since the `frontend/buildConfigs` workspace has only a de…
-
I've just finished moving several VSCode extensions into single monorepo using [npm v7 workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces).
However when the `vsce` packages using `npm` …
-
### 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
S…
-
This is because `data/scripts` are missing, and not uploaded to npm.
Part of the logs:
```
...
npm error python: can't open file '/workspaces/website/node_modules/opencc/data/scripts/merge.py'…
-
### What version of `drizzle-orm` are you using?
?
### What version of `drizzle-kit` are you using?
?
### Describe the Bug
From drizzle-kit-mirror: https://github.com/drizzle-team/drizzle-kit-mir…
-
### What happened?
Attempting to build Playground on M2 Mac in the Dev Container. Commit is 86becc59
When I run `task web:run-playground` I see the error below.
What other diagnostic info cou…
-
When deploying an opennext app that's inside of an npm monorepo using workspaces, a `node_modules` folder is not bundled in the open next `server_functions` folder as it is when building a nextjs app …
-
Possible ways.
- NPM workspaces
- module import from HTTP.
Cons of NPM workspaces
- Service docker have include share package in order build, that make dockerfile wasn't just include current di…
-
I'm trying to install a library for an electron app I am writing
In the library they use
```
const lib = require('node-gyp-build')(__dirname);
```
to load the module.
This seems correct base…