Yeoman Generated Angular Project Imported IntelliJ & # 8594; Huge mess

The created project looks pretty pretty. But IntelliJ finds the socket.io/flash application in node_modules and tries to make a module out of it. But there is no application folder.

Think it is based on angular seed. I can’t believe that no one tried to do this.

+4
source share
1 answer

Only option is to create an empty idea project and move all the folders there. Or you will have to use Webstorm.

+2
source

Source: https://habr.com/ru/post/1525541/


All Articles