egoist/bili

Rollup watch issue: Could not load external or native modules

Open

#152 opened on 2018年11月16日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (1,033 stars) (62 forks)user submission
bughelp wanted

説明

~/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.

コントリビューターガイド