Skip to content

npm start failing on newly created lb4 app #1405

@tapas4java

Description

@tapas4java

Description / Steps to reproduce / Feature proposal

The app created following getting started guide is not in working state.

Current Behavior

Geting below exception when running npm start.

> lb-tsc

node_modules/@loopback/core/dist8/src/keys.d.ts:23:40 - error TS2307: Cannot find module '../../context/src/value-promise'.

23     const CONTROLLER_CLASS: BindingKey<import("../../context/src/value-promise").Constructor<any>>;
                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


node_modules/@loopback/repository-json-schema/dist8/src/keys.d.ts:6:68 - error TS2307: Cannot find module '../../metadata/src/types'.

6 export declare const JSON_SCHEMA_KEY: MetadataAccessor<JSONSchema, import("../../metadata/src/types").DecoratorType>;

Expected Behavior

App should run without any issue

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