clinyong / dll-link-webpack-plugin

Simplifies creation of webpack DLL file.
MIT License
68 stars 7 forks source link

Error: It is related to yarn #3

Closed ywzhaiqi closed 7 years ago

ywzhaiqi commented 7 years ago

Error Message

Error: ENOENT: no such file or directory, stat 'XXX\yarn.lock'
    at Object.fs.statSync (fs.js:953:11)
    at Object.statSync (XXX\node_modules\graceful-fs\polyfills.js:297:22)
    at CacheController.checkCache (XXX\node_modules\dll-link-webpack-plugin\dist\CacheController.js:35:28)
    at new CacheController (XXX\node_modules\dll-link-webpack-plugin\dist\CacheController.js:14:14)
    at new DllLinkWebpackPlugin (XXX\node_modules\dll-link-webpack-plugin\dist\index.js:70:32)

my project not use yarn.

clinyong commented 7 years ago

It must be used with yarn.