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
I am getting the error, the moment I copy my contracts to the server folder in meteor project.
W20160928-00:51:47.846(5.5)? (STDERR)
W20160928-00:51:47.863(5.5)? (STDERR) ReferenceError: window is not defined
W20160928-00:51:47.863(5.5)? (STDERR) at meteorInstall.server.contracts..sol.js
Can this package be used on the Meteor server as the compiled js has a reference to window object which is not supported in Meteor server?
The text was updated successfully, but these errors were encountered:
I am getting the error, the moment I copy my contracts to the server folder in meteor project.
W20160928-00:51:47.846(5.5)? (STDERR)
W20160928-00:51:47.863(5.5)? (STDERR) ReferenceError: window is not defined
W20160928-00:51:47.863(5.5)? (STDERR) at meteorInstall.server.contracts..sol.js
Can this package be used on the Meteor server as the compiled js has a reference to window object which is not supported in Meteor server?
The text was updated successfully, but these errors were encountered: