-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
Description
When I run
yarn install --production
NODE_ENV=production ./node_modules/.bin/encore production
I get
Syntax Error: ModuleNotFoundError: Module not found: Error: Can't resolve 'file-loader' in '/var/www/vagrant.assurancevie.com/current'
But the module file-loader is installed. It's not in node_modules but in node_modules/@symfony/webpack-encore/node_modules because I have another library requiring another version of file-loader.
0sama