NOAA-ORR-ERD / WebGnomeClient

Javascript client that uses the WebGnomeAPI to create and run py_gnome models.
3 stars 9 forks source link

[DEP0128] DeprecationWarning: Invalid 'main' field #18

Open jjYukgm opened 2 years ago

jjYukgm commented 2 years ago

Hi, When I do "grunt build" It shows the warning message:

[DEP0128] DeprecationWarning: Invalid 'main' field in './node_modules/isbinaryfile/package.json' of './lib/panino.js'. Please either fix that or report it to the module author

Does the message matter?

Also, when I execute "grunt serve", I can load web in localhost slowly, but when loading in the remote PC with Tunnel, I got the message

Connection Error

Error establishing a session with the API server.

Retry

And it is no use to push the "Retry" Button, leading to the result the web would refresh and show the "Connection Error" message again.

Is there any idea?