Closed NiteshSaxena closed 8 years ago
I was able to fix it by commenting the section below in srv/pillar/node.sls file.
# Install from source:
#node:
# version: 4.5.0
# install_from_source: False
# checksum: 5678ad94ee35e40fc3a2c545e136a0dc946ac4c039fca5898e1ea51ecf9e7c39
# make_jobs: 2
I think this should be documented in readme.
@NiteshSaxena Feel free to submit a PR if you would like!
I am trying to install node-v4.5.0 using formula, I am getting this error. Can anyone help me how to solve it.
When running the command below on master
sudo salt 'envdev' state.apply
I am getting following error:
Below is my /srv/salt/top.sls file:
I have copied node directory from formula to /srv/salt/ directory.
Below is my /srv/pillar/top.sls file.
Below is my /srv/pillar/node.sls file.