Put ember-quickstart in WebStorm project and ran into a problem. When writing imports, the IDE automatically suggests the names of the modules from node_modules , but from bower_components does not want to. The reference in Libraries also does not help, tell me how to solve the problem?
- do you have any modules in bower which are not in the node? don't they sync? - titov_andrei
|