-
In Win7, running a [Yeoman ](http://yeoman.io/) task for [StrongLoop](http://docs.strongloop.com/display/LB/Getting+started+with+LoopBack) fails when it tries to run npm:
```
I'm all done. Running np…
-
With pnpm / bun workspace, there is a way to use --filter to select multiple packages or to select all packages `bun --filter '*'` or `pnpm -r` to run a task in all of them, typically `dev`, `build` o…
-
Hello,
Maybe not the good place to create the issue..
When running the generate command, I got this issue.
```
eventcatalog-asyncapi-example npm run generate
> asyncapi-testing-plug…
evilz updated
1 month ago
-
A nice addition would be to use this as an npm script:
``` js
// package.json
{
"scripts": {
"test": "package-json-validator"
}
}
```
-
entry an empty directory, then run in 'Git Bash'
```sh
npm init -y
TFJS_NODE_CDN_STORAGE="https://npmmirror.com/mirrors/" npm install @tensorflow/tfjs-node --verbose
```
get result:
```
351 ver…
-
### Bug Description
Depcheck indicates that the [`typedoc`](https://www.npmjs.com/package/typedoc) dependency is unused although it's in an npm script.
### Code snippets
```JSON
{
"name…
-
### Relevant template
refarch-frontend, refarch-webcomponent
### Problem description (optional)
Currently for our custom npm jobs defined in `package.json` we sequentially execute the steps (like p…
-
## Description
With the current package.json built for ES modules and packages, as we migrated the website to Next js 14 + Typescript, it has now started affecting the scripts folder like working o…
-
The npmjs registry API endpoint at `https://registry.npmjs.org/postinstall-postinstall` provides information about each version's declared scripts, which might include potential malicious `postinstall…
-
### 🐛 The bug
Getting a whole bunch of duplicated imports from nuxt/scripts when running ``nuxi dev .playground``.
A target app that's using this layer, shows no logs of duplicated imports. So this …