Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚用 npm 安装了永远的监视器。它安装成功..我想。
npm install forever-monitor npm WARN package.json admin@0.0.1 No README.md file found! . . . npm WARN engine forever-monitor@1.1.0: wanted: {"node":"0.8.x"} (current: {"node":"v0.10.0","npm":"1.2.14"})
WARN 行怎么了?
发布 NPM 包需要添加一个 README 文件来帮助人们理解这个包。但是许多在较大软件包中使用的较小软件包没有这些自述文件。如果您正在安装的主软件包正常工作并且可以依赖,我不会太担心。