Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
427 views
in Technique[技术] by (71.8m points)

package.json dependencies 中 file:.. 是什么意思?

image.png

出自这里:

https://github.com/davidjbrad...

好奇设置为file:..时,查找的规则是怎么样的?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

就是正常的本地文件,你这里 ../node_modules/react 的就表示当前项目所在目录的上一级目录的 node_modules/react

我估计他这个是有一个公共的 npm 库,结构类似:

- iframe-resizer-react
  - node_modules
    - react
    - react-dom
  - src
  - example
    - node_modules
      - react-scripts
    - package.json // 包配置文件

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...