You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually added a process object to the window to try and get past that initial error, then ran into an issue where url.parse is not a function. Installed the url package, and that error went away. Now I see http.UserAgent is not a constructor.
Okay, just for laughs, I created a vanilla angular project, and installed the "typed-rest-client", and it got the same "process is not defined" error as in my original post.
Does "typed-rest-client" just not work in Angular? If so, you might want to put a note about that on the main project page, instead of letting developers waste time with projects that don't work.
Steps to reproduce:
Or am I misunderstanding the typed-rest-client, does it only work for direct installations, and not when included as 3rd party?
The text was updated successfully, but these errors were encountered: