Skip to content

Files not found #71

@c-r33d

Description

@c-r33d

Following the instructions in the Readme leaves me with the following error when trying to run "asbuild" script:

File '~lib/@solo-io/proxy-runtime/proxy.ts' not found.
TS6054: File '~lib/@solo-io/proxy-runtime.ts' not found.

The lines that cause these errors are:

export * from "@solo-io/proxy-runtime/proxy"; // this exports the required functions for the proxy to interact with us.
import { RootContext, Context, registerRootContext, FilterHeadersStatusValues, stream_context } from "@solo-io/proxy-runtime";

This is stored in my assembly/index.ts file, as noted in the readme.

Specs:
OS: macOs
Node: 16.14.0

Package.json dependencies:

 "devDependencies": {
    "assemblyscript": "^0.20.13"
  },
  "dependencies": {
    "@solo-io/proxy-runtime": "^0.1.15"
  },

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