npm ERR! enoent undefined when running npm install

前端 未结 2 1142
死守一世寂寞
死守一世寂寞 2021-01-23 10:32

I used to run my Angular project in my windows 7 pc. I installed Windows 2016 and all neceserry tools. I need to install the necessary dependencies for my angular project to run

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-23 11:09

    I added

    RUN apk update
    RUN apk add git 
    

    into my dockerfile and it's now working.

提交回复
热议问题