Skip to content

tools: avoid npm install in deps installation

Refs: https://github.com/nodejs/node/pull/49747 To avoid doing:

  • npm init
  • npm install acorn-walk
  • move /node_modules/acor-walk to dep/acornwalk we can download the tarball directly from npm

Merge request reports

Loading