aigis-styleguide / aigis

CSS Styleguide Generator

Home Page:http://aigis-styleguide.github.io/aigis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module 'lodash/assign'

IceCreamYou opened this issue · comments

When I try to run ./node_modules/node-aigis/bin/aigis run -c ./aigis_config.yml, I get the error: Cannot find module 'lodash/assign'. This started happening in version 1.1.3. I tested version 1.1.1 and 1.1.2 and in both cases the style guide is generated without errors.

@IceCreamYou Thank you for reporting the problem. Could you tell me your version of node and npm?

Sure:

~$ node --version
v6.2.0
~$ npm --version
3.9.3

@IceCreamYou Thanks :) Now, @nakajmg fixed this problem. Please use node-aigis v1.1.4.