Getting Error EBUSY: resource busy or locked

前端 未结 7 1498
南笙
南笙 2021-02-15 15:41

Trying to run a Nodejs app to test Raspberry 3 B + Gpio Onoff Module but when i am trying to run the app getting this Error

fs.js:114
throw err;

Error: EBUSY: r         


        
7条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-15 16:15

    Simply close everything , including your visual studio or any app you are using and start ng serve or ng build again , you will get your server running

提交回复
热议问题