lean4game icon indicating copy to clipboard operation
lean4game copied to clipboard

Dev Container npm/node issues

Open Trequetrum opened this issue 1 year ago • 2 comments

When I clone the GameSkeleton template and then start a Dev Container in Vs Code, I get the following error:

> [email protected] start
> concurrently -n server,client -c blue,green "npm run start_server" "npm run start_client"

sh: 1: concurrently: not found

Attempting to update npm and node in order to install concurrently:

npm WARN tarball tarball data for lean4@[...] seems to be corrupted. Trying again.
...
npm ERR! code 1
npm ERR! git dep preparation failed

I don't have a lot of experience with Docker and Web Stack stuff, but I can't get this off the ground anymore. Any suggestions?

Trequetrum avatar Feb 21 '24 18:02 Trequetrum