如何解决Windows中Gatsby的安装后错误?

时间:2020-07-11 06:02:55

标签: gatsby

我正在使用Windows操作系统,并且通过使用以下命令安装了gatsby cli:

npm i -g gatsby-cli

安装后,我尝试运行以下命令以从gatsby中的新项目开始

gatsby新的gatsbyBootcamp https://github.com/gatsbyjs/gatsby-starter-hello-world

但是运行上述命令后出现以下错误

C:\Users\Ruchit Sherathiya\AppData\Roaming\npm\node_modules\gatsby-cli\lib\init-starter.js:117
  } catch {
          ^
SyntaxError: Unexpected token {
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:616:28)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\Users\Ruchit Sherathiya\AppData\Roaming\npm\node_modules\gatsby-cli\lib\create-cli.js:28:20)

1 个答案:

答案 0 :(得分:0)

您是否已以超级用户身份运行命令?