cea681a5c0
* npm module compatible with npm5 Uses the `--long` flag in `npm list` to get the `missing` key back. * npm: add integration tests * npm: test the module with npm 4 as well * Remove debug tasks, use variables * Use tests instead of filters * Adds xcambar as a maintainer of the npm module
6 lines
225 B
YAML
6 lines
225 B
YAML
- name: 'Download NPM'
|
||
unarchive:
|
||
src: 'https://nodejs.org/dist/v{{ nodejs_version }}/{{ nodejs_path }}.tar.gz'
|
||
dest: '{{ output_dir }}'
|
||
remote_src: yes
|
||
creates: '{{ output_dir }}/{{ nodejs_path }}.tar.gz'
|