Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 6 / Angular-CLI error on startup #3

Open
siberian1967 opened this issue Aug 21, 2018 · 1 comment
Open

Angular 6 / Angular-CLI error on startup #3

siberian1967 opened this issue Aug 21, 2018 · 1 comment

Comments

@siberian1967
Copy link

siberian1967 commented Aug 21, 2018

  • [ 6.0.7 ] Angular Version
  • [ 6.0.8 ] Angular CLI Version
  • [ 10.7.0] Node & NPM Version

Detailed Description on how to reproduce error:

When importing ng-fullstory angular-cli cannot find the dependency.

Steps to repro:

  1. npm install as per readme
  2. Import into app.module.ts : import { FullstoryModule } from 'ng-fullstory';
  3. run app with ng s

error:
ERROR in app/app.module.ts(81,5): Error during template compile of 'AppModule'
Could not resolve ng-fullstory relative to /Users/john/Documents/app/src/app/app.module.ts..
src/app/app.component.ts(6,27): error TS2307: Cannot find module '../../node_modules/ng-fullstory'.
src/app/app.module.ts(56,33): error TS2307: Cannot find module 'ng-fullstory'.

Module is installed and living in the node_modules directory. When installing it does give this error:

npm WARN [email protected] requires a peer of @angular/core@>=5.0.0 <6.0.0 but none is installed. You must install peer dependencies yourself.

Is it just not installing due to 6.0.0+ being unsupported?

@scott-wyatt
Copy link
Member

scott-wyatt commented Aug 21, 2018 via email

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

No branches or pull requests

2 participants