We are developing the Rails project by deploying it to heroku.
I was able to work on package.json in the dev environment as follows.
{
"name": "app-rails",
"private"—true,
"dependencies": {
"primer-css": "^9.6.0"
}
}
After deploying it, File to import not found or unreliable: primer-cs/index.scss.
.
herokurun cat package.json
did not reflect dependencies
{
"name": "app-rails",
"private"—true,
"dependencies": {}
}
Is there a lack of setting that does not reflect dependencies?
Thank you for your cooperation.
application.css ➜ application.scss
@import "primer-css/index.scss";
<@import "primer-css/index";
and it passed by.Sorry for the misconfiguration.
673 M2 Mac fails to install rbenv install 3.1.3 due to errors
1132 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
717 GDB gets version error when attempting to debug with the Presense SDK (IDE)
770 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2025 OneMinuteCode. All rights reserved.