npm prefix [-g]
打印本地目录前缀。如果没有 -g 参数,它是包含 package.json 文件或 node_modules 目录的最近的父目录。
-g
package.json
node_modules
如果带有 -g 参数,它就是全局目录前缀。更多细节可参考 npm-config 。
npm-config
Last modified February 13, 2023 Found a typo? Send a pull request!