Cannot find module using W10 Linux subsystem

When using meteor 1.6 on Windows 10 Linux subsystem, I got an error

Uncaught Error: Cannot find module '../../ui/pages/home/home.js'
    at makeMissingError (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:231)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:241)
    at routes.js (routes.js:1)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:238)
    at index.js (index.js:1)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)
    at require (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:238)
    at main.js (main.js:1)
    at fileEvaluate (modules-runtime.js?hash=8587d188e038b75ecd27ed2469a52b269e38fb62:343)

The fresh install work well using meteor create --full, but this happen after meteor add accounts-ui accounts-password. I know using beta subsystem is not reliable anyway, but I am open to any solution to make it work.
This does not happen using meteor on W10 directly