OxfordRSE / gutenberg

https://oxfordrse.github.io/gutenberg
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Local dev deployment #194

Open mjaquiery opened 1 month ago

mjaquiery commented 1 month ago

Currently I'm running into issues with the dev deployment:

npm

npm needs to be installed (sudo apt install npm)

pullmat

npm run pullmat failed.

alasdairwilson commented 1 month ago

I think for posterity the issue here is:

need to install a newer version of node (atleast 18 but gutenberg uses node 20.9 on its deploymentss)

need to install corepack

need to enable corepack