-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot install with NPM #91
Comments
出现同样问题,尝试各种办法无效 |
1 similar comment
出现同样问题,尝试各种办法无效 |
Salut, pareil pour moi, impossible de finir l'installation des dépendances ? comment faire ? |
conda create -n dev_dbgpt python=3.10 -y && conda activate dev_dbgpt
git clone https://github.com/eosphoros-ai/DB-GPT-Web.git && cd DB-GPT-Web
Créez un fichier .npmrc dans le répertoire racine de votre projet .npmrc
resolutions.json
npm install --save-dev npm-force-resolutions --force
npm install @emotion/react --force
npx npm-force-resolutions
npm install
npx update-browserslist-db@latest
npm run dev Lockfile a été corrigé avec succès,
npm run compile
cp -rf out/* ../dbgpt/app/static Liens Utiles : https://semver.npmjs.com https://www.npmjs.com/ |
Describe the bug
Run 'npm install' and cannot install dependencies.
Here is the cmd output:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dependencies can be installed and then build static files with
npm run compile
Screenshots
Not available.
Desktop (please complete the following information):
Microsoft Windows 11 10.0.22000
Smartphone (please complete the following information):
[ X ]
Additional context
Nodejs and NPM version:
nodejs - v20.12.2
npm - 10.5.0
which satisfied the requirements.
The text was updated successfully, but these errors were encountered: