-
Notifications
You must be signed in to change notification settings - Fork 417
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
npm install ERROR in Pokemon #17
Comments
We haven't tested on Windows and only tested on MacOS. I google it and find one issue that might be related to your problem npm/cli#5032, and the cause seems to be using an old version of npm. Maybe you can try to upgrade your npm and node. We are using npm@9.6.4 and node@20.0.0. |
感谢!我重新安装了最新版的node@20.2.0和npm@9.6.7,没有出现之前的npm install error。但是仍然没有成功运行Pokemon。 运行npm run watch之后显示如下: [!] RollupError: Could not resolve "./cover/Factory.js" from "src/phaser3-rex-plugins/templates/ui/ui-plugin.js" [2023-06-06 21:03:21] waiting for changes... 请问这个可能是哪方面的原因呢? |
We have mistakenly excluded some files, and we have now uploaded. Please pull the latest commit and try again. |
感谢!现在可以成功加载界面了~ 另外想请问一下,经常会遇到这两种问题: ERROR - root - Rate limit reached for default-gpt-3.5-turbo in organization org-EfoPZs1crcYxxwPEFSqxXTRA on requests per min ERROR - root - Maxie failed to generate valid response. 1)在哪里可以设置retrying的上限呢?也就是openai query重新尝试的次数。因为网络不稳定的话可能会重新连接很多次。 |
You can simply add a agents:
- agent_type: conversation
name: May
max_retry: 10 And thanks for you suggestion in (2)! We will consider it in future. Or you can help us add this feature and submit a PR. We will be happy to accept it. |
明白了,非常感谢! |
在第二个终端输入npm install之后报错。具体如下:
在第一个终端显示:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'C:\AgentVerse\ui\node_modules\.staging\eventemitter3-1e3b8f15\umd'
在第二个终端显示:
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\rollup\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN node-fetch@2.6.11 requires a peer of encoding@^0.1.0 but none was installed.
npm WARN vite-plugin-static-copy@0.15.0 requires a peer of vite@^3.0.0 || ^4.0.0 but none was installed.
npm ERR! Windows_NT 10.0.19044
npm ERR! argv "C:\Users\anaconda3\envs\agentverse\Library\bin\node.exe" "C:\Users\anaconda3\envs\agentverse\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v6.10.3
npm ERR! npm v3.10.10
npm ERR! path C:\AgentVerse\ui\node_modules.staging@types\estree-a9be2c14\package.json
npm ERR! code ENOTDIR
npm ERR! errno -4058
npm ERR! syscall open
npm ERR! ENOENT: no such file or directory, open 'C:\AgentVerse\ui\node_modules.staging@types\estree-a9be2c14\package.json'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! C:\AgentVerse\ui\npm-debug.log
输入npm -v能正常显示版本号,感觉不像是安装包的原因。
The text was updated successfully, but these errors were encountered: