This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-11-28 06:28:40 +01:00
Code
Issues
Releases
Activity
32af45d241
nodejs
/
deps
/
corepack
/
dist
/
npm.js
2 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
deps: add corepack Corepack provides shims for Yarn and pnpm in order to soften the developer experience when working on Node projects. Refs: https://github.com/nodejs/node/issues/15244 Refs: https://github.com/nodejs/TSC/issues/904 PR-URL: https://github.com/nodejs/node/pull/39608 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2020-09-28 17:35:09 +02:00
#!/usr/bin/env node
deps: update corepack to 0.18.0 PR-URL: https://github.com/nodejs/node/pull/48091 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
2023-05-23 02:49:08 +02:00
require
(
'./lib/corepack.cjs'
)
.
runMain
(
[
'npm'
,
...
process
.
argv
.
slice
(
2
)
]
)
;
Copy Permalink