Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade version of node #47

Open
cjcolvar opened this issue Oct 11, 2022 · 6 comments
Open

Upgrade version of node #47

cjcolvar opened this issue Oct 11, 2022 · 6 comments

Comments

@cjcolvar
Copy link

Node 14 will be EOL in about half a year so timeliner needs to be upgraded by then. Currently building with the latest node release (node 18) fails due to package.json requirements on old dependencies. (I'm seeing that @fesk/webpack-config depends on an old node-sass which may be the source of the failures.) Thus it may be a good time to reexamine the build process and see if it should be updated to move away from FESK and use more standard build tools.

@stephenwf
Copy link

stephenwf commented Oct 11, 2022

I've had success in migrating @fesk/webpack-config based projects to Vite without many issues. The nunjucks template is replaced with a simpler html page, and some asset loading - like SVG - may need changed.

Happy to open a PR 👍

@cjcolvar
Copy link
Author

@stephenwf Thanks for the tips! If you have cycles to draft a PR that would be amazing! ✨

@elynema
Copy link

elynema commented Jul 3, 2024

@stephenwf We are needing to get this project updated to a new version of Node for both projects that use it at IU. You mentioned opening a PR back when this came up in 2022. Is that still a possibility? Thanks!

@stephenwf
Copy link

I'll try and find some time this week 👍

@elynema
Copy link

elynema commented Aug 2, 2024

@stephenwf Any thoughts on whether you think you'll have cycles to work on this in the next month?

@stephenwf
Copy link

Have pushed up #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants