modelica-tools / atom-language-modelica

Modelica language support for the atom editor
https://atom.io/packages/language-modelica
Other
8 stars 4 forks source link

Atom complaining about missing packages #12

Closed thorade closed 8 years ago

thorade commented 8 years ago

Note: To work on this package locally, one can clone the repository into the Atom packages directory:

cd ~/.atom/packages/
git clone git@github.com:modelica-tools/atom-language-modelica.git
cd ~/.atom/packages/atom-language-modelica

To make it work, one has to install two npm / node.js packages by running the commands

npm install atom-space-pen-views
npm install underscore-plus

The two modules will then be installed into the directory

~/.atom/packages/atom-language-modelica/node_modules