Closed mariaortiz0401 closed 3 years ago
Hi! We're using directory-tree and we update daily the node_modules folder in our projects. Today, we got this error when running npm run build
node_modules
npm run build
node_modules/directory-tree/index.d.ts:25:41 - error TS2694: Namespace 'directoryTree' has no exported member 'Stats'. 25 attributes ? : (keyof directoryTree.Stats)[];
We got to solve it returning to the 2.2.9 version. Our versions are:
node is v14.17.0 npm 6.14.13
@mariaortiz0401 thanks for reporting this! Please try again with 2.3.1, I pushed [I hope] a fix.
It works now. Thank you so much!
Hi! We're using directory-tree and we update daily the
node_modules
folder in our projects. Today, we got this error when runningnpm run build
We got to solve it returning to the 2.2.9 version. Our versions are: