Open robgas opened 6 years ago
Hi, I have fixed the issue adding the following code in /roles/minemeld/tasks/webui.yml before the task gulp build:
- name: npm install lodash
command: npm i --save lodash._reinterpolate chdir="{{webui_repo_directory}}"
environment:
NODE_VIRTUAL_ENV: "{{www_venv_directory}}"
PATH: "{{www_venv_directory}}/lib/node_modules/.bin:{{www_venv_directory}}/bin:{{webui_repo_directory}}/node_modules/.bin:{{ ansible_env.PATH }}"
NODE_PATH: "{{www_venv_directory}}/lib/node_modules"
NPM_CONFIG_PREFIX: "{{www_venv_directory}}"
npm_config_prefix: "{{www_venv_directory}}"
I too confirm this issue with both the development and stable releases for minemeld on Ubuntu 16.04.3. I have also confirmed that the changes that @robgas recommends to webui.yml above effectively resolve this problem, at least for the "master" branch.
---I have an issue with missing /vendor and binding ---resulting gulp error while running playbook if above solution don't work - npm rebuild node-sass - will fix the issue related gulp - "vendor directory missing"
Hi, I'm trying on a fresh Ubuntu 16.04 LTS with last updates and the task [minemeld : gulp build] goes in error with a long message error that starts with:
I'm trying with minemeld_version: develop and with minemeld_version: master but I get the same error.