-
Notifications
You must be signed in to change notification settings - Fork 158
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
npm install and npm usage documentation missing #221
Comments
This would be really nice. I'm a bit confused as is. Installing into a project gives me this error when running my tests:
Looking at ecli-pretender's it looks like they're installing quite a few of the dependencies in this project: Lines 41 to 45 in 6cdf4e5
It kind of suggests to me that these are indeed |
Alternatively, whatwg-fetch is missing as an import here: Lines 1 to 2 in 6cdf4e5
|
@jherdman , if you are on browser environment the assumption is that For |
Thank you, that definitely helps. I think we can use this information to beef up the README with installation instructions — things currently are a bit murky. I'm a bit of a TypeScript neophyte, so I don't fully understand the significance of the Line 19 in 6cdf4e5
references code that isn't necessarily loaded. And that Lines 13 to 15 in 6cdf4e5
references code that looks to be loaded in the |
@jherdman you don't need to worry about |
Thank you again for the reply, @xg-wang . I really appreciate your time. |
No description provided.
The text was updated successfully, but these errors were encountered: