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

Building the application fails because of wrong imports #30

@cvetlicni

Description

@cvetlicni

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions