Closed Sartor87 closed 1 year ago
Hi @Sartor87, where did you get the node_modules
directory for this solution? I guess it should be generated by running npm install
and it is important that you run this command in the same image where you want to run gulp serve
Closing due to lack of response
Describe the bug
Error occurs whenever I try to run gulp serve. This happens with a newly scaffolded project which is created from within the docker image.
'serve' errored after
To Reproduce
docker run -it --rm --name spfx-helloworld -v %cd%:/usr/app/spfx -p 4321:4321 -p 35729:35729 m365pnp/spfx:1.15.2
Error occurs
Expected behavior The project should be run.