Closed lichongyang-LCY closed 3 years ago
(node:11548) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use node --trace-warnings ...
to show where the warning was created)
fs.js:1521
throw new ERR_FEATURE_UNAVAILABLE_ON_PLATFORM('watch recursively');
^
watch(dir, {recursive: true, followSymLinks: true}, function (evt, filename) {});
This was a fixed issue, please upgrade to latest version.
Normal operation after changing to "recursive: false"