Hi, all
These days I met errors when running make-debs.sh on Ubuntu
Firstly I run build of ceph, and after this, I see the following folder and files are there:
/root/ceph_auto/ceph/src/pybind/mgr/dashboard/frontend/node_modules
Then I run make-debs.sh which use git clean to clean lots of file and folder which include
Removing src/pybind/mgr/dashboard/frontend/node_modules/
And then make-debs.sh itself fails complaining it cannot find the folder and files that it deleted
Error: Cannot find module '/root/ceph_auto/ceph/src/pybind/mgr/dashboard/frontend/node_modules/@angular/compiler-cli/node_modules/fsevents/install'
Why it first delete some files and then try to use it, is this a bug? Or did I do something wrong?
Regards,
Rui