-
### Expected Behaviour
Enable [NPM Workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) in the _ui.frontend_ module by default and allow selecting more than one frontend option (e.g.: gene…
-
## Bug report
### Required System information
- Node.js version: 18
- NPM version: 10.7
- Strapi version: 5.1.0
- Database: Mysql
- Operating system: Ubuntu
- Is your project Javascript …
-
Instead of [manual script](https://github.com/istanbuljs/istanbuljs/blob/master/package.json#L10)
would be great to use native monorepo utils to install npm dependencies.
We can use just [npm wor…
-
Vite projects (and other frontend ones) typically contain non-standard imports like importing `.svg` files. Deno errors when it encounters such a file upon calling `deno cache`.
## Steps to reprodu…
-
I just tested the starter with gitpod using VSCode Desktop as recommended and experienced following errors during startup:
```sh
.
.
.
Error: Failed while trying to deploy canisters.
Caused by…
-
### 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
T…
-
The top level 'muster-tools' package is an NPM workspace paackage. Right now it runs tests by invoking jest which inspects all the project's subdirectories. This means that the top level package mus…
-
### Udeler | Udemy Course Downloader
v1.13.1
### Account Type?
Personal
### Steps to reproduce
Compiling with
```
npm install
```
The following messages are reported:
```
node ➜ /works…
-
We have a monorepo with multiple workspaces. The workspaces also reflect the gradle (sub)project structure.
Our project structure looks like this:
```
build.gradle
package.json
package-lock.json
…
-
Hello,
When running under Node `v20.17.0`, I'm affected by https://github.com/webpack/webpack/issues/14532 and getting the following error:
```
michel@debian:/dev/shm/wasm-test/www$ npm run start…