x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
0 stars 0 forks source link

Maxsibilla/issue 158 #159

Closed maxsibilla closed 7 months ago

maxsibilla commented 7 months ago

This PR assumes that you are using Node.js 20 and updates Next.js from 13 -> 14. There is a slight issue with the package antd so I had to transpile that package as well as the other packages that it utilizes. See next.config.js for these changes.

To get Node.js version 20:

npm install n -g
n stable
DerekFurstPitt commented 7 months ago

Looks good on my end.