Javascript 不能打开核素

Javascript 不能打开核素,javascript,react-native,atom-editor,nuclide-editor,Javascript,React Native,Atom Editor,Nuclide Editor,我正在尝试在基本操作系统5.1.7 Hera中安装核素。我已在Atom上安装了最新版本。并运行以下命令 # Clone the source $ git clone https://github.com/facebook/nuclide.git $ cd nuclide # Install dependencies $ yarn --pure-lockfile # Link the 'nuclide' package to Atom's package directory # You could

我正在尝试在基本操作系统5.1.7 Hera中安装核素。我已在Atom上安装了最新版本。并运行以下命令

# Clone the source
$ git clone https://github.com/facebook/nuclide.git
$ cd nuclide
# Install dependencies
$ yarn --pure-lockfile
# Link the 'nuclide' package to Atom's package directory
# You could also use apm link --dev ... see Development Mode below.
$ apm link 
这在
~/.atom/packages
目录中创建了一个链接

nuclide -> ~/.atom_packages/nuclide
现在我尝试运行ide,但它显示以下错误

Failed to activate the nuclide package
(0 , _nullthrows(...).default)(...).registerURLSchemeAsBypassingCSP is not a function
Hide Stack Trace
TypeError: (0 , _nullthrows(...).default)(...).registerURLSchemeAsBypassingCSP is not a function
at installDevTools (/home/sudipta/.atom_packages/nuclide/lib/installDevTools.js:81:58)
at Object._activate [as activate] (/home/sudipta/.atom_packages/nuclide/lib/main.js:404:52)
at Package.activateNow (/usr/share/atom/resources/app/static/<embedded>:11:3567177)
at /usr/share/atom/resources/app/static/<embedded>:11:3566589
at Package.measure (/usr/share/atom/resources/app/static/<embedded>:11:3564167)
at /usr/share/atom/resources/app/static/<embedded>:11:3566449
at new Promise (<anonymous>)
at Package.activate (/usr/share/atom/resources/app/static/<embedded>:11:3566392)
at PackageManager.activatePackage (/usr/share/atom/resources/app/static/<embedded>:11:383522)
at /usr/share/atom/resources/app/static/<embedded>:11:383138
at Config.transactAsync (/usr/share/atom/resources/app/static/<embedded>:11:332691)
at PackageManager.activatePackages (/usr/share/atom/resources/app/static/<embedded>:11:383088)
at PackageManager.activate (/usr/share/atom/resources/app/static/<embedded>:11:382638)
at /usr/share/atom/resources/app/static/<embedded>:1:719069
at async Promise.all (index 0)
at AtomEnvironment.startEditorWindow (/usr/share/atom/resources/app/static/<embedded>:1:719554)
未能激活核素包
(0,_nullthrows(…).default)(…)。registerURLSchemeAsBypassingCSP不是函数
隐藏堆栈跟踪
TypeError:(0,_nullthrows(…)。默认值)(…)。registerURLSchemeAsBypassingCSP不是函数
在installDevTools(/home/sudipta/.atom_packages/nucleut/lib/installDevTools.js:81:58)
at Object._activate[as activate](/home/sudipta/.atom_packages/nucleut/lib/main.js:404:52)
在Package.activateNow(/usr/share/atom/resources/app/static/:11:3567177)
at/usr/share/atom/resources/app/static/:11:3566589
在Package.measure(/usr/share/atom/resources/app/static/:11:3564167)
at/usr/share/atom/resources/app/static/:11:3566449
在新的承诺()
在Package.activate(/usr/share/atom/resources/app/static/:11:3566392)
在PackageManager.activatePackage(/usr/share/atom/resources/app/static/:11:383522)
at/usr/share/atom/resources/app/static/:11:383138
在Config.transactiasync(/usr/share/atom/resources/app/static/:11:332691)
在PackageManager.activatePackages(/usr/share/atom/resources/app/static/:11:383088)
在PackageManager.activate(/usr/share/atom/resources/app/static/:11:382638)
at/usr/share/atom/resources/app/static/:1:719069
at async Promise.all(索引0)
在AtomenEnvironment.startEditorWindow(/usr/share/atom/resources/app/static/:1:719554)
我不确定是什么问题。有人能帮忙吗? 谢谢