-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels