gpt4 book ai didi

javascript - 为什么当我尝试编译时,Rome 认为我的文件是空的?

转载 作者:行者123 更新时间:2023-12-01 15:42:13 25 4
gpt4 key购买 nike

我正在尝试来自 Facebook 的名为 Rome 的新事物

由于它仍处于试验阶段,您需要首先从源代码构建此工具。我关注了这些 steps没有任何问题。

简而言之,我所做的是:

cd /tmp
git clone https://github.com/facebookexperimental/rome.git
cd rome
./scripts/build-release dist

然后我安装了它:

cd /tmp
mkdir try-rome
cd try-rome/
npm install ../rome/dist/

那一切都很好。然后我创建了这个文件 index.js内容如下:

alert("wat?")

并放一个空的 rome.json根据 "Getting Started" 在根目录下的文件撰写本文时的说明:

Rome requires a project configuration in order to operate. This can take three possible forms.

  • A rome.json file
  • A rome.rjson file (What is RJSON? See #13)
  • A rome field on package.json

This can just be an empty file. It's required in order for Rome to determine all the files in a project



并运行以下命令:

./node_modules/.bin/rome compile index.js 

失败并出现以下错误:

enter image description here

我知道这个文件不是空的,为什么罗马认为它是空的?

最佳答案

documentation我看到了这一行:

$ echo '{}' >rome.json

好像是 rome.json文件应该至少有一个空的 json {}

关于javascript - 为什么当我尝试编译时,Rome 认为我的文件是空的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60608736/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com