启动hexo报错SyntaxError: Unexpected token ...

报错:

$ hexo s
C:\Users\bianh\AppData\Roaming\npm\node_modules\hexo\node_modules\chokidar\index.js:908
  const options = {type: EV_ALL, alwaysStat: true, lstat: true, ...opts};
                                                                ^^^
SyntaxError: Unexpected token ...
    at createScript (vm.js:53:10)
    at Object.runInThisContext (vm.js:95:10)
    at Module._compile (module.js:543:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object. (C:\Users\bianh\AppData\Roaming\npm\node_modules\hexo\node_modules\hexo-fs\lib\fs.js:6:18)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)

可能是之前搞乱套了,解决方案卸载重装
查找相关文件

$ where node
C:\Program Files\nodejs\node.exe

cherry@DESKTOP-UJSEV0I MINGW64 /d/tool/hexo
$ where npm
C:\Program Files\nodejs\npm
C:\Program Files\nodejs\npm.cmd

注意还有下面的
C:\Users\bianh\AppData\Roaming\npm\node_modules\hexo\node_modules\chokidar\index.js:908
启动hexo报错SyntaxError: Unexpected token ..._第1张图片
删除相关文件

重装请参考hhexo博客系统搭建(本地,github,阿里云)

你可能感兴趣的:(hexo,nodejs,node)