facebook/memlab

老哥有点问题,本地默认安装你的仓库里面有个依赖包引入 colors 的包默认是1.4.2的 被污染的那个包 导致 启动不起来,windows 开发环境,

Closed this issue · 2 comments

老哥有点问题,本地默认安装你的仓库里面有个依赖包引入 colors 的包默认是1.4.2的 被污染的那个包 导致 启动不起来,windows 开发环境,

@susakin memlab does not directly import the colors package. npm install memlab should not install colors@1.4.2 if it doesn't exist (I only see colors@1.4.0 as the latest version, perhaps it gets removed recently I don't know). I would recommend delete the package-lock.json file, delete the entire node_modules directory, and reinstall memlab (works for me on Windows).

thx ,there is some problem on npm mirror ,in our company‘s npm still has 1.4.2 version colors