mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-15 12:45:41 -04:00
[PR #621] [MERGED] fix "npm error command sh -c npx only-allow pnpm" problem when instal… #651
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs-archived/pull/621
Author: @dfder2
Created: 3/14/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @AllenWriter
Base:
main← Head:main📝 Commits (1)
b008302fix "npm error command sh -c npx only-allow pnpm" problem when installing packages for web from local source code📊 Changes
3 files changed (+6 additions, -3 deletions)
View changed files
📝
en/getting-started/install-self-hosted/local-source-code.md(+2 -1)📝
jp/getting-started/install-self-hosted/local-source-code.md(+2 -1)📝
zh_CN/getting-started/install-self-hosted/local-source-code.md(+2 -1)📄 Description
use 'npm install' will cause an error below:
╔═════════════════════════════════════════════════════════════╗
║ ║
║ Use "pnpm install" for installation in this project. ║
║ ║
║ If you don't have pnpm, install it via "npm i -g pnpm". ║
║ For more details, go to https://pnpm.js.org/ ║
║ ║
╚═════════════════════════════════════════════════════════════╝
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.