Unknown error: Error: No valid exports main found for src\main\ui\node_modules\uuid?

Viewed 1755

enter image description herei reinstall npm and i have this issue:Unknown error: Error: No valid exports main found for 'D:\travail\optimus\src\main\ui\node_modules\uuid' Angular cli v 1.7.3 Node v 13.6

1 Answers

As I know that Nodejs version v13 had some issues. Use v12.16.3 and it's working. Either use latest v14.2.0 or official LTS v12.16.3

Related