Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

add build-angular as dependency #2

Open
lehnberg opened this issue Jul 24, 2018 · 1 comment
Open

add build-angular as dependency #2

lehnberg opened this issue Jul 24, 2018 · 1 comment

Comments

@lehnberg
Copy link
Collaborator

after having installed npm and angular cli, running ng build on 3b9bd71 resulted in the following error:

$ ng build
Could not find module "@angular-devkit/build-angular" from "/Users/user/grin-web-wallet"

build-angular appears to be a newly introduced dependency in Angular 6.0, more info can be found in this StackOverflow question .

running the following command fixed it:

cpm install --save-dev @angular-devkit/build-angular
@Verrien
Copy link

Verrien commented Nov 23, 2018

@lehnberg

Thanks for the fix. This works good. Perhaps you should add this dependency?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants