Closed mtchetch closed 1 year ago
When setting up mlinvoice with git from V2.1.0 branch select2 dependency does not install to node_modules/ folder automatically. It is in your release zip file but not in git and it does not get downloaded with composer install.
The missing library breaks all listings.
True, you'll need to run npm install --production as well. I've updated the instructions on the web pages to indicate that. Thanks!
npm install --production
When setting up mlinvoice with git from V2.1.0 branch select2 dependency does not install to node_modules/ folder automatically. It is in your release zip file but not in git and it does not get downloaded with composer install.
The missing library breaks all listings.