Closed mjaquiery closed 4 months ago
Currently I'm running into issues with the dev deployment:
npm needs to be installed (sudo apt install npm)
sudo apt install npm
npm run pullmat failed.
npm run pullmat
npm install dotenv
-e
dotenv
-f
-e / --export
ts-node
npm install ts-node
npm WARN Conflicting peer dependency: react@17.0.2 npm WARN node_modules/react npm WARN peer react@"^17.0.1" from use-text-selection@1.1.5 npm WARN node_modules/use-text-selection npm WARN use-text-selection@"^1.1.5" from the root project
--force
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
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.npm install dotenv
-e
flag in thedotenv
command to-f
(-e / --export
expected a boolean`).ts-node
but can'tnpm install ts-node
due to a React dependency.--force
doesn't help