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
A lot of the frontend stuff in Micromasters is pretty behind what we're using elsewhere. We're on a pretty old version of node, using flow, outdated versions of babel, etc. Some stuff we should take care of:
update nodejs version
update eslint config
upgrade yarn to v3
convert Flow code to Typescript
look into switching from Mocha to Jest
The text was updated successfully, but these errors were encountered:
This upgrades nodejs to v14.18.2. This This isn't fully updated (current
version is 17.x.x) but this will get us to the point where we can
upgrade yarn to v3 and run some other upgrades that will then, I think,
let us upgrade to a more recent nodejs version and so on. We're climbing
the ladder here :)
part of #5129
pr #5130
A lot of the frontend stuff in Micromasters is pretty behind what we're using elsewhere. We're on a pretty old version of node, using flow, outdated versions of babel, etc. Some stuff we should take care of:
The text was updated successfully, but these errors were encountered: