egoist/bili

Rollup watch issue: Could not load external or native modules

开放

#152 创建于 2018年11月16日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (62 个派生)user submission
bughelp wanted

仓库指标

星标
 (1,033 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

~/dev/bili master
❯ bili --watch
🚨  Could not load util (imported by /Users/egoist/dev/bili/src/index.js): ENOENT: no such file or directory, open 'util'
Error: Could not load util (imported by /Users/egoist/dev/bili/src/index.js): ENOENT: no such file or directory, open 'util'
    at /Users/egoist/dev/bili/node_modules/rollup/dist/rollup.js:21718:19

To reproduce: Run bili --watch in a project and make a change in a file that imports native modules or npm packages.

贡献者指南