文件操作 - npm-prefix.md
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/n/versions/node/12.18.0/lib/node_modules/npm/docs/content/cli-commands/npm-prefix.md
编辑文件内容
--- section: cli-commands title: npm-prefix description: Display prefix --- # npm-prefix(1) ## Display prefix ### Synopsis ```bash npm prefix [-g] ``` ### Description Print the local prefix to standard out. This is the closest parent directory to contain a `package.json` file or `node_modules` directory, unless `-g` is also specified. If `-g` is specified, this will be the value of the global prefix. See [`npm config`](/cli-commands/config) for more detail. ### See Also * [npm root](/cli-commands/root) * [npm bin](/cli-commands/bin) * [npm folders](/configuring-npm/folders) * [npm config](/cli-commands/config) * [npmrc](/configuring-npm/npmrc)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件