TiagoSilvaPereira / vemto-issues

Repository to track Vemto Issues
30 stars 0 forks source link

Failed to resolve import "lodash" #409

Closed Loukili-Rachid closed 1 year ago

Loukili-Rachid commented 1 year ago

windows 11 Laravel 10 fresh project npm run dev

throw this error

Failed to resolve import "lodash" from "re 1 | import _ from 'lodash';

2023-02-20_215602

Loukili-Rachid commented 1 year ago

it just missing from package.json should be in

"dependencies": {
        "lodash": "^4.17.21"
    }

fixed

TiagoSilvaPereira commented 1 year ago

@nicollassilva adding Nicollas to this conversation so he can check what is happening

AgostinhoBarbosa commented 1 year ago

I found the solution for this case here https://github.com/laravel/framework/issues/46128

TiagoSilvaPereira commented 1 year ago

Fixed on 1.3.2