-
### Describe the bug
使用electron-vite创建了项目,在工程中添加vue-router路由,无论是electron子窗口或者浏览器中打开我定义的路由的地址,都是App.vue中的内容
package.json
`{
"name": "electron-vite-quickstart",
"version": "1.0.0",
"desc…
-
# Short summary of your issue
when running esdoc, I get an error:
\ESDoc.js:121
results.push(...temp.results);
^^^
SyntaxError: Unexpected token ...
at exports.run…
-
Due to security concerns we updated to Node.js v14 and then tried to compile an extension we already have running on Azure Devops. However, it does not compile as there is an incompatibility issue wi…
-
seems adding a version fix into `package.json` does not really work, `"engines": {
"node": "6.9.x"
}`
note: Error above is when without a `engines` set, but even when I did push the new…
-
### Description
Originally reported in [this comment](https://github.com/WordPress/gutenberg/issues/47660#issuecomment-2079945759).
The `plugin-zip` command refers to the `files` field in `package…
-
* **Node Version**: 22.3.0
* **Platform**: Linux 6.10
* **Compiler**: gcc 14.2.0
* **Module**: "git://github.com/stadelmanma/tree-sitter-fortran.git"
Verbose output (from npm or node-gyp):
…
-
All vite templates contain an `*.svg` import to show a logo. This import cannot be type checked by us.
## Steps to reproduce
1. Run `npm create vite`
2. Pick the "Vanilla" -> "TypeScript" templ…
-
## Bug report
### Required System information
- Node.js version: v18.20.4
- NPM version: 10.7.0
- Strapi version: Community 5.0.0-rc.0
- Database: postgres
- Operating system: Linux Ubuntu 2…
-
I try to modify
```
"scripts": {
"sync": "browser-sync start -p 'localhost/wp' --files '**/*.php' 'build/*.js' 'build/*.css'",
```
But after npm run sync, the URL will jump to` http://local…
-
### Describe the bug
After `npx create-react-app frontend --template typescript`, when you update **package.json** to use `"typescript": "^5.0.2",`, `npm install ` fails with this error:
```…