You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building our styles.scss with angular2-multiselect-dropdown, if we use yarn with pnp, we get the following error message :
./src/styles.scss - Error: Module build failed (from ./.yarn/__virtual__/css-loader-virtual-1620859bb0/7/AppData/Local/Yarn/Berry/cache/css-loader-npm-6.10.0-d6e93931e9-10.zip/node_modules/css-loader/dist/cjs.js):
Error: Package path ./themes/default.theme.css is not exported from package \AppData\Local\Yarn\Berry\cache\angular2-multiselect-dropdown-npm-10.0.0-5e5cdd195c-10.zip\node_modules\angular2-multiselect-dropdown\ (see exports field in \AppData\Local\Yarn\Berry\cache\angular2-multiselect-dropdown-npm-10.0.0-5e5cdd195c-10.zip\node_modules\angular2-multiselect-dropdown\package.json)
Would it be possible to add the css files to the list of exports in the package.json file ?
Hello,
When building our styles.scss with angular2-multiselect-dropdown, if we use yarn with pnp, we get the following error message :
Would it be possible to add the css files to the list of exports in the package.json file ?
Before :
Sample after :
Thanks and regards,
Valentin
The text was updated successfully, but these errors were encountered: