@ledsun blog

無味の味は佳境に入らざればすなわち知れず

2022-02-01から1日間の記事一覧

Ubuntuにgitをソースコードからインストールする

WSLのUbuntu 20にgitをソースコードからインストールするのに次の手順が必要でした。 手順 sudo apt install autoconf sudo apt install libcurl4-openssl-dev curl https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.21.4.tar.xz --output git-2…

Node.js 17でRails 6.1 の bin/webpackを実行するとエラーが起きる

Node.js 17がインストールされた環境でbin/webpackコマンドを実行すると次のエラーが起きます。 ~ bin/webpack node:internal/crypto/hash:67 this[kHandle] = new _Hash(algorithm, xofLen); ^ Error: error:0308010C:digital envelope routines::unsupport…

RubyZip 3.0 is coming!

Rails 6.1の、特にテストのあるアプリケーションをbundleすると次のような警告がでます。 Post-install message from rubyzip: RubyZip 3.0 is coming! ********************** The public API of some Rubyzip classes has been modernized to use named pa…

アプリケーション構成ファイルはなくてもよい

Visual Studioで.NET Frameworkを使ったアプリケーションをつくろうとするとプロジェクトにApp.configというファイルができます。 Windows FormなりWPFなりのデスクトップアプリケーションの場合、ビルドすると出力ディレクトリに実行ファイル名.configとい…