File to import not found or unreadable: bootstrap/scss/bootstrap
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 2k
- Forks
- 437
- Avg merge
- 1h
- Merged PRs (30d)
- 1
Description
Hi guys,
We have a rails 7 in production that raising strange issue :
When we preform a
rails assets:precompile
this crash with this
SassC::SyntaxError: Error: File to import not found or unreadable: bootstrap/scss/bootstrap. (SassC::SyntaxError)
on line 2:1 of app/assets/stylesheets/application.scss
>> @import 'bootstrap/scss/bootstrap';
Curious fact is when i retry to do a rails assets:precompile, it works well.
This seems that yarn is still running when rails tried to fetch bootstrap package.
I don't know if i am in the good place for this issue but hope someone could help me to understand this
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with app/assets/stylesheets/application.scss and reproduce the failure with rails assets:precompile. Investigate the ordering between Yarn and asset compilation using the reported Bootstrap import; done means the first precompile succeeds reliably without needing a retry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, rails, scss
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100