-
`npx degit https://github.com/midwayjs/hooks/examples/vue ./hooks-vue` 初始化一个 vue 一体化项目后 npm run dev 启动报错。手动安装 ts-node 后正常启动
⠋ Midway Starting [ Midway ] internal/modules/cjs/loader.js:905
throw …
-
```2022-05-27 17:05:44,482 INFO 70067 [master] agent_worker#1:70158 start with clusterPort:61685
2022-05-27 17:05:53,943 ERROR 70158 nodejs.TypeError: (0 , decorator_1.isClass) is not a function
…
-
* **Node Version**: v18.16.0
* **Midway Version(Decorator/Core)**:
node_modules的依赖:
@midwayjs/core: 3.11.15
```json
// package.json
{
"name": "xxx",
"version": "0.1.0",
"dependenc…
MY729 updated
12 months ago
-
* **Node Version**:16.00.0
* **Midway Version(Decorator/Core)**:3.0.0
我在执行npm run deploy时 没有像文档那样部署到阿里云FC而是在生成一个新的文件夹和压缩包
![image](https://user-images.githubusercontent.com/92319342/196855815-c…
-
For TypeScript 4.5,[ we've added a new module mode called `node12`](https://github.com/microsoft/TypeScript/pull/44501) to better-support running ECMAScript modules in Node.js. Conceptually, the featu…
-
Our app was rejected by Shopify's automated submission test immediately after submission with the same reason of
> App must verify the authenticity of the request from Shopify.
> Expected HTTP 401…
-
### Which package(s) are affected?
SSR (@lit-labs/ssr)
### Description
When template contains iterables besides an array, for instance like a `Set`, SSR does not actually render the values.
For …
-
Hi, I'm trying to use apollo-server with TypeScript, however I'm unable to get the compilation working due to missing module definitions.
I've published [my ts port of apollo-starter-kit](https://git…
-
头大, 我把node-modules删除掉, 重新npm i 一下, InjectEntityModel注入就都失败了, 之前的版本应该是3.5.3, 重新安装依赖, 应该变成最新的了, 最新的是要怎么额外处理一下吗?
现在报错的 报 注解InjectEntityModel注入的属性为空,
就类似这样
```
@InjectEntityModel(SysServlet)
…
-
### Version
@nuxtjs/i18n: 8.0.0-alpha.4
nuxt: 3.0.0-rc.13
### What is actually happening?
On "npm update"
Cannot start nuxt: Cannot find module '@intlify/vue-i18n-bridge/lib/index.mjs'
Requ…