mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Remove extranous quote from help text
This commit is contained in:
parent
28a9b1e9fa
commit
ff2fb18c76
@ -31,7 +31,7 @@ try {
|
||||
// Common error messages
|
||||
if (prebuiltPlatforms.includes(runtimePlatform)) {
|
||||
help.push('- Add an explicit dependency for the runtime platform:');
|
||||
help.push(` npm install --force @sharpen/sharp-${runtimePlatform}"`);
|
||||
help.push(` npm install --force @sharpen/sharp-${runtimePlatform}`);
|
||||
} else {
|
||||
help.push(`- The ${runtimePlatform} platform requires manual installation of libvips >= ${minimumLibvipsVersion}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user