mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat: Switch from npm to pnpm (#4429)
This commit is contained in:
committed by
GitHub
parent
db163b71b9
commit
736777385c
@@ -8,7 +8,7 @@ const prettier = path.resolve('node_modules', 'prettier', 'bin-prettier.js');
|
||||
|
||||
if (!fs.existsSync(prettier)) {
|
||||
throw new Error(
|
||||
[`Prettier not found at path: ${prettier}`, 'Please run `npm i` first'].join('\n'),
|
||||
[`Prettier not found at path: ${prettier}`, 'Please run `pnpm i` first'].join('\n'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user