You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That seems likely, hopefully we can have a 6+ version out soon. We just need to update the testing platform for node 8+, which is getting moved from Trails to Fabrix for SSR testing.
On Aug 21, 2018, at 12:17 AM, John Armstrong ***@***.***> wrote:
We use issues to track bugs and fixes, so general questions or advice should be asked on Stack Overflow or the Gitter Channels. Non "Fix/Bug" issues may closed without a formal response.
Before you submit an issue, please include:
[ 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:
npm install as per readme
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 ***@***.*** 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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Detailed Description on how to reproduce error:
When importing ng-fullstory angular-cli cannot find the dependency.
Steps to repro:
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?
The text was updated successfully, but these errors were encountered: