Closed davidkhala closed 7 months ago
I checked the source path, .../node_modules/infinispan/lib/protostream/message-wrapping.proto
does exist.
So I belive removing Protos
in path is enough
import "Protos/message-wrapping.proto";
should be import "message-wrapping.proto";
This issue is also found in 0.10.0
. This issue is not found in 0.9.0
When I run
import infinispan from 'infinispan';
with version0.11.0
It has a critical error