Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Building the application fails because of wrong imports #30

Open
cvetlicni opened this issue Feb 19, 2020 · 0 comments
Open

Building the application fails because of wrong imports #30

cvetlicni opened this issue Feb 19, 2020 · 0 comments

Comments

@cvetlicni
Copy link

cvetlicni commented Feb 19, 2020

Essentially, I am unable to build my Angular application because of the following error:

ERROR in node_modules/@hapiness/ng-universal/module/services/engine/ng.service.d.ts:3:49 - error TS2307: Cannot find module '@hapiness/core/httpserver'.

3 import { HttpResponse, HttpServerRequest } from '@hapiness/core/httpserver';
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@hapiness/ng-universal/module/index.d.ts:4:35 - error TS2307: Cannot find module '@hapiness/core/httpserver'.

4 export { HttpServerRequest } from '@hapiness/core/httpserver';
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

Is there a dependency, that should be updated or something like that? I installed them, following the docs, so all are latest versions.

"@hapiness/core": "^1.6.1",
    "@hapiness/ng-universal": "^8.1.0",
    "@hapiness/ng-universal-transfer-http": "^10.1.1",
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

1 participant