Error Couldnt Find A Package Json File In

[Solved] Error Couldnt Find A Package Json File In | Shell - Code Explorer | yomemimo.com
Question : error Couldn't find a package.json file in "/app"

Answered by : xsynergyx

// In PowerShell
docker run -dp 3000:3000 `
-w /app -v "$(pwd):/app" `
node:12-alpine `
sh -c "cd app && yarn install && yarn run dev"

Source : | Last Update : Sat, 12 Nov 22

Answers related to error couldnt find a package json file in

Code Explorer Popular Question For Shell