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
when executing script/build, you will get two warnings from node:
(node:21463) [DEP0128] DeprecationWarning: Invalid 'main' field in '/opt/.cache/yay/atom/src/atom/out/app/node_modules/find-parent-dir/package.json' of 'find-parent-dir.js'. Please either fix that or report it to the module author
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:21463) [DEP0128] DeprecationWarning: Invalid 'main' field in '/opt/.cache/yay/atom/src/atom/out/app/node_modules/isbinaryfile/package.json' of './lib/panino.js'. Please either fix that or report it to the module author
These are the external dependencies (find-parent-dir and isbinaryfile). They might get fixed by updating their versions. If not, we might need to hot patch the code.
Hello all,
when executing
script/build
, you will get two warnings fromnode
:Here is a patch that will fix that.
The text was updated successfully, but these errors were encountered: