Hi ! We have project:
https://github.com/UGroup/Atom-COS-Studio/ and specific hightliter for it in dependencies part (package.json):
"language-cos": "git+https://github.com/UGroup/atom-language-cos.git"
but it’s installed in node_modules folder and not worked because Atom can’t see folder node_modules\language-cos\grammar. And if i move grammar folder directly in “%user%/.atom/packages/atom-language-cos” or install atom-language-cos separatly all works well.
Question - how i can automaticly install atom-language-cos package in other folder?