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
Issue importing jquery-ui from node_modules/ folder: @parcel/core: Failed to resolve 'jquery-ui/dist/themes/start/jquery-ui.css' from './assets/css/protection.scss'
#9878
Open
Blackbam opened this issue
Jul 29, 2024
· 0 comments
jquery-ui is installed in the node_modules folder and the CSS file exists. Furthermore it seemed to work in an old version of the branch with older parcel versions.
🐛 bug report
Can not build because of the following:
`yarn build
yarn run v1.22.19
$ parcel build assets/css/.scss assets/js/.js --no-content-hash --dist-dir public/build
🚨 Build failed.
@parcel/core: Failed to resolve 'jquery-ui/dist/themes/start/jquery-ui.css' from
'./assets/css/protection.scss'
[PATH]/src/assets/css/protection.scss:15:9
14 |
`
jquery-ui is installed in the node_modules folder and the CSS file exists. Furthermore it seemed to work in an old version of the branch with older parcel versions.
Tried:
~jquery-ui/dist/themes/start/jquery-ui.css
~@jquery-ui/dist/themes/start/jquery-ui.css
@jquery-ui/dist/themes/start/jquery-ui.css
node_modules/jquery-ui/dist/themes/start/jquery-ui.css
The error is always the same. Maybe it is SASS related?
Dependencies:
Any idea what might be the issue here? Let me know if you need more information.
The text was updated successfully, but these errors were encountered: