markserv icon indicating copy to clipboard operation
markserv copied to clipboard

Dependencies warnings

Open anedroid opened this issue 4 years ago • 0 comments

  Markserv   boot: starting Markserv...
(node:21738) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/.../.config/yarn/global/node_modules/implant/package.json' of 'implant'. Please either fix that or report it to the module author
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:21738) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/.../.config/yarn/global/node_modules/balanced-pairs/package.json' of 'balanced-pairs'. Please either fix that or report it to the module author
(node:21738) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/.../.config/yarn/global/node_modules/super-split/package.json' of 'super-split'. Please either fix that or report it to the module author
  Markserv   address: http://localhost:8642
  Markserv   path: /home/...
  Markserv   livereload: communicating on port: 35729
  Markserv   process: your pid is: 21738
  Markserv   stop: press [Ctrl + C] or type "sudo kill -9 21738"
    GitHub   Contribute on Github - github.com/markserv
  Markserv   upgrade: checking for upgrade...
  Markserv   upgrade: no upgrade available

Markserv starts anyway and works correct. These node DepracationWarnings don't show up when I install markserv from the npm registry.

anedroid avatar Mar 15 '22 20:03 anedroid