Skip to content
阿聪的小破站
Main Navigation首页博客博客标签
关于自己
博客标签
博客归档
友情链接
站点导航
书籍导航
GitHubSlack

Appearance

GitHubSlack
On this page
Table of Contents for current page
  • error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.5.0" error Found incompatible module.
  • singleModelBuilder.ts:136 [Vue warn]: Error in created hook (Promise/async): "TypeError: Assignment to constant variable."
frontend›vue

00-Vue踩坑

About 102 wordsLess than 1 minute

2024-01-30

error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "20.5.0" error Found incompatible module.

大概意思就是node-ipc@9.2.2 和 node 的版本不兼容

(base) ➜ aas_ui (master) ✔ yarn config set ignore-engines true
yarn config v1.22.21
success Set "ignore-engines" to "true".
✨  Done in 0.04s.

singleModelBuilder.ts:136 [Vue warn]: Error in created hook (Promise/async): "TypeError: Assignment to constant variable."

这个又是啥?

Last Updated: 2024/2/14 01:12:03

Contributors: dengc4r
Previous pageNginx详解
Next pageterminal中使用typora打开md文件

Power by VuePress & vuepress-theme-plume