Closed N6REJ closed 3 years ago
please test #35648
This should be closed
@N6REJ Does administrator/templates/atum/scss/pages/_com_joomlaupdate.scss
exist for you?
If you fetched the latest changes from the repo, it should be there.
then ran "npm ci" failed and noted that npm version was out of date so updated it.
DON'T do update npm packages blindly or things will be broken. You need to know what is to be updated (no B/C breaks) and what cannot be safely updated because it has B/C breaks and thus the tools or the code of the repo needs to be adjusted.
@C-Lodder no, and after the pull just now & npm ci it still doesn't.
@N6REJ I don't think you pulled the latest code correctly. The file is missing from your local repo and should definitely be there.
@C-Lodder still having the same issue.. 1) deleted all files except .git, .github, & .idea folder & configuration.php 2) git reset --hard which did a fresh repopulation using 4.0-dev 3) file was still missing 4) git pull - nothing updated 5) ran composer install - file still missing 6) ran npm ci - still same errors
@N6REJ the problem is that you are doing a git pull from YOUR fork of 4.0-dev and not from joomla.
Your fork is not up to date and is missing files. Hence the problem YOU are having and why no one else has the problem
Here you can see that your fork does not have the file you need. https://github.com/N6REJ/joomla-cms/tree/4.0-dev/administrator/templates/atum/scss/pages
Shouldn't be. This is the same way I've done things forever
I can only comment on what I can see and your branch is not up to date and that is what you have pulled from
yeah... I just deleted everything again & did git reset --hard origin/4.0-dev and it showed up. I do still get the failed npm however. idky it wasn't doing it right before.
@brianteeman ok, even though I got the / error it still completed npm. All Seems to be working including the menu issue. Thanks guys. idky I had trouble.
Steps to reproduce the issue
pull latest 4.0-dev. run "npm ci"
Expected result
updates cleanly.
Actual result
throws errors and fails during .css segement.
System information (as much as possible)
composer 2.1.5 npm 7.24.1
2021-09-29T11_51_59_501Z-debug.log
Additional comments
ran "composer install" and no changes were done then ran "npm ci" failed and noted that npm version was out of date so updated it.