create-full-stack icon indicating copy to clipboard operation
create-full-stack copied to clipboard

Support npm v7

Open tiagob opened this issue 5 years ago • 0 comments

npm v7 is out. It should support workspaces. npm install is only installing root packages though. It's ignoring workspaces

  • https://github.com/npm/rfcs/blob/latest/implemented/0026-workspaces.md
  • https://blog.npmjs.org/post/621733939456933888/npm-v7-series-why-keep-package-lockjson
  • https://stackoverflow.com/questions/37485787/how-to-run-npm-install-without-changing-working-directory

tiagob avatar Oct 21 '20 22:10 tiagob