有没有一个方式可以检查某个module是否安装?
不加载,不要使用try,我想检查一个模块是否安装
4 回复
have a way, you can check node_modules
from current path and parent path.
签名: 交流群244728015 《Node.js 服务器框架开发实战》 http://url.cn/Pn07N3
如果没有其它方法,这个方法倒也不是不可以,但我想有更优雅的方式
npm list npm list express
检查文件存不存在,应该只有这个方法了。