OSX で .NET Core を実行するために、このチュートリアルに従っていました。
If you choose to install Mono, select the universal installer to make sure you get the x64 version. Edge.js requires Mono x64.
If you choose to install CoreCLR], follow these steps:
brew tap aspnet/dnx
brew update
brew install dnvm
source dnvm.sh
dnvm install latest -r coreclr -alias edge-coreclr
Then install and build Edge.js:
brew install pkg-config
dnvm use edge-coreclr
npm install edge
さて、このようなものをすべて削除したいのですが、パスが見つかりません。
と を削除しdnvm
ましpkg-config
たbrew uninstall
。注文はどうですか?
ありがとう。