-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some update on packages version #2
base: master
Are you sure you want to change the base?
Conversation
@@ -1,5 +1,5 @@ | |||
import { GsnDomainSeparatorType, GsnRequestType } from './TypedRequestData' | |||
import { IForwarderInstance } from '@opengsn/contracts/types/truffle-contracts' | |||
import { IForwarderInstance } from '@oasislabs/opengsn-contracts/types/truffle-contracts' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought @opengsn/contracts
should be resolved to @oasislabs/opengsn-contracts
automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally, this change should not be neccessary.
From a fresh checkout I get an error with
|
The main problem I'm having is I'm unable to run
|
Ok, successful commands were:
Then to launch commands instead of a
Then for development, run the tsc compiler in background
|
No description provided.