--- lang: ja-jp breaks: true --- # Node.js のモジュールを表示 2021-05-13 ## Node.jsによって検索されるモジュールのパスを取得。 ```shell= $ node -e "console.log(module.paths);" ``` ## インストールせずに使用できるビルトインモジュールの一覧を取得 ```shell= $ node -e "console.log(require('module').builtinModules);" ``` ###### tags: `Node.js`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up