[Vuejs]-I try to install library for vue project and return error

0๐Ÿ‘

Iโ€™m no npm guru, but this line seems to tell you what to do?

warn file-loader@1.1.5 requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.

0๐Ÿ‘

Try with:
npm install file-loader@1.1.5

Leave a comment