antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find module 'lodash'

nmorado opened this issue · comments

<Have you checked issues section which may have your similar issue?>

Issue Overview

gulp couldn't find lodash module while running gulp.

Issue Description

gulp couldn't find loads module while running gulp. getting the below error while running gulp:

app/todolist/completed-filter.pipe.ts(3,15): error TS2307: Cannot find module 'loads'.

lodash seems installed and in the node_modules directory.

i tried deleting node_modules directory a couple of times including npm cache clean - but all to naught.

Reproducibles

Follow the install/build instruction in the README

Information

Operating System OSX 10.11.4
Node version 5.10.1
NPM Version 3.8.3
Environment N/A

can you run

typings install

?

worked! worth adding it somewhere i guess...

thanks

ok, it's weird though because it should be installed after post-install, thanks for the report