请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

执行flow或npm run flow总抛错 flow/component.js:7:10 cid: number

老师,flow抛出错误, 执行到第三步flow总抛错 flow/component.js:7:10 cid: number ,操作和课堂相同
1.npm install -g flow-bin 2.flow init 3.flow 换或npm run flow错误更多了

正在回答 回答被采纳积分+3

8回答

提问者 一天宏图 2020-11-21 15:26:47

/* @flow */这个也有

0 回复 有任何疑惑可以回复我~
提问者 一天宏图 2020-11-21 15:23:10

因为flow错误,vue底层源码涉及到 Flow语法全部错误  显示没有.ts文件

0 回复 有任何疑惑可以回复我~
  • flow 和 .ts 文件没什么关系吧,要不你先跳过 flow 往后学吧,flow 并不是课程的重点,他只是一个类似 TypeScript 的类型语言。
    回复 有任何疑惑可以回复我~ 2020-11-22 00:18:32
提问者 一天宏图 2020-11-21 15:22:03

flow/component.js文件

import type { Config } from '../src/core/config'// 此处显示红色波浪线错误

import type VNode from '../src/core/vdom/vnode'/// 此处显示红色波浪线错误

import type Watcher from '../src/core/observer/watcher'//此处显示红色波浪线错误


declare interface Component {//此处显示红色波浪线错误

  // constructor information

  static cid: number;

  static options: Object;

  // extend

  static extend: (options: Object)


0 回复 有任何疑惑可以回复我~
提问者 一天宏图 2020-11-21 15:19:32

Error ---------------------------------------------------------------------------------

---------- flow/component.js:7:10


Unexpected identifier, expected the token `:`


   7|   static cid: number;

               ^^^




Found 1 error


0 回复 有任何疑惑可以回复我~
提问者 一天宏图 2020-11-21 15:17:23

Error ---------------------------------------------------------------------------------

---------- flow/component.js:7:10


Unexpected identifier, expected the token `:`


0 回复 有任何疑惑可以回复我~
提问者 一天宏图 2020-11-21 15:16:53

 [info] argv=E:\nodejs\node_modules\flow-bin\flow-win64-v0.138.0\flow.exe start --flowconfig-name .flowconfig --temp-dir C:\Users\Lenovo\AppData\Local\Temp\flow D:\vue_workspace\myvuesource


0 回复 有任何疑惑可以回复我~
ustbhuangyi 2020-11-21 14:14:29

报错的具体信息是什么?

0 回复 有任何疑惑可以回复我~
提问者 一天宏图 2020-11-21 12:47:08

执行npm run flow 错误更多

0 回复 有任何疑惑可以回复我~

相似问题

登录后可查看更多问答,登录/注册

问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信