The Issue of the Day Before

__dirnamere 沒法在 ES module 使用

ReferenceError: __dirname is not defined in ES module scope

改一個 __dirname 函式出來。

import path from 'path'
import { fileURLToPath } from 'url'
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)

安裝 ruby

> sudo apt install gnupg2
> gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
> curl -sSL https://get.rvm.io | bash -s stable
> rvm install ruby-3