@ -16,7 +16,7 @@ try {
|
||||
// is introduced in node 10.2.0
|
||||
console.warn(
|
||||
`Running postinstall-patches.js script in an external repository requires --preserve-symlinks-main node flag introduced in node 10.2.0. ` +
|
||||
`Current node version is ${process.version}. Node called with '${process.argv.join(" ")}'.`);
|
||||
`Current node version is ${process.version}. Node called with '${process.argv.join(' ')}'.`);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user