Closed fouad-j closed 2 months ago
@fouad-j Thank you for bringing this issue to our attention. We’ve identified and fixed the problem with the missing WindowService in @foblex/core. To resolve the error, please reinstall @foblex/f-flow in your project:
1. Remove the existing @foblex/flow and @foblex/core packages from your node_modules directory and package.json.
2. Run npm install @foblex/flow to install the latest version with the fix.
@siarheihuzarevich Thanks. It resolves the issue
Description
When I tried to install
@foblex/f-flow
on a new project, I got the following error:After a quick investigation, the root cause is that the
@foblex/core
dependency does not containWindowService
.Is it possible to fix this, please? Also, could you please move
@foblex/core
to your account at https://github.com/Foblex?"Steps to Reproduce
Expected Result
Angular server will not start because we will have compilation error
Actual Result
compilation error
Environment Details
@foblex/flow 12.6.1 and 12.6.0
Screenshots or Videos
No response
Additional Context
No response