A

PHP ChatGPT Web 商业变现源码 v1.3.1

No permission to download
  • 主题发起人 主题发起人 admin
  • 开始时间 开始时间

zwx

New member
注册
2023/06/08
消息
11
代码:
node node_modules/esbuild/install.js
[esbuild] Failed to find package "@esbuild/linux-x64" on the file system

This can happen if you use the "--no-optional" flag. The "optionalDependencies"
package.json feature is used by esbuild to install the correct binary executable
for your current platform. This install script will now attempt to work around
this. If that fails, you need to remove the "--no-optional" flag to use esbuild.

[esbuild] Trying to install package "@esbuild/linux-x64" using npm

想问下,出现 这个错误应该咋办,
yarn dev 无法运行

运行后会出现
代码:
yarn dev
yarn run v1.22.19
$ vite
/bin/sh: line 1: /www/wwwroot/ibeai.com/node_modules/.bin/vite: Permission denied
error Command failed with exit code 126.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 

zwx

New member
注册
2023/06/08
消息
11
解决了,出现 Failed to find package "@esbuild/linux-x64" on the file system 可参考一个小日子博主的解决办法

微信截图_20230610090105.png
 
New member
注册
2023/06/13
消息
1
视频教程打不开了啊~~望楼主及时更新视频教程链接啊~~
 
New member
注册
2022/07/06
消息
3
yarn build,出现以下问题,应该怎么解决?
有 “JavaScript heap out of memory” 字样,查了一些网上的处理方法,但没有搞定。

代码:
yarn run v1.22.19
$ vite build
vite v4.3.8 building for production...
transforming (3391) node_modules/rc-trigger/es/Popup/MobilePopupInner.js
ast few GCs --->
[22629:0x5426f10]    60493 ms: Mark-sweep 483.3 (503.3) -> 479.5 (504.0) MB, 1699.8 / 0.0 ms  (average mu = 0.220, current mu = 0.149) allocation failure scavenge might not succeed
[22629:0x5426f10]    62708 ms: Mark-sweep 484.0 (504.3) -> 480.4 (504.8) MB, 1910.3 / 0.0 ms  (average mu = 0.178, current mu = 0.137) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
 1: 0xb08f10 node::Abort() [/www/server/nodejs/v16.19.1/bin/node]
 2: 0xa1b70e  [/www/server/nodejs/v16.19.1/bin/node]
 3: 0xce19d0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/www/server/nodejs/v16.19.1/bin/node]
 4: 0xce1d77 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/www/server/nodejs/v16.19.1/bin/node]
 5: 0xe993e5  [/www/server/nodejs/v16.19.1/bin/node]
 6: 0xe99ec6  [/www/server/nodejs/v16.19.1/bin/node]
 7: 0xea83ee  [/www/server/nodejs/v16.19.1/bin/node]
 8: 0xea8e30 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/www/server/nodejs/v16.19.1/bin/node]
 9: 0xeabdae v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/www/server/nodejs/v16.19.1/bin/node]
10: 0xe6d15f v8::internal::Factory::AllocateRawWithAllocationSite(v8::internal::Handle<v8::internal::Map>, v8::internal::AllocationType, v8::internal::Handle<v8::internal::AllocationSite>) [/www/server/nodejs/v16.19.1/bin/node]
11: 0xe744b1  [/www/server/nodejs/v16.19.1/bin/node]
12: 0xe7593f v8::internal::Factory::NewJSGeneratorObject(v8::internal::Handle<v8::internal::JSFunction>) [/www/server/nodejs/v16.19.1/bin/node]
13: 0x11e3c91 v8::internal::Runtime_CreateJSGeneratorObject(int, unsigned long*, v8::internal::Isolate*) [/www/server/nodejs/v16.19.1/bin/node]
14: 0x15d9d59  [/www/server/nodejs/v16.19.1/bin/node]
error Command failed with signal "SIGABRT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 
New member
注册
2023/06/15
消息
2
1.网站的title是vite+react+ts,这个在哪里修改啊大佬?
2.登陆验证码也可以收发,我用的阿里企业邮,也可以登陆,但是登陆后直接跳转到404了

:ROFLMAO:
 
New member
注册
2022/07/06
消息
3
从甲骨文换到了绿云,终于可以使用了,是之前的 VPS 内存小了点儿。

发现一个新问题,每次回复的时候,会把第一个字丢失,比如回复“非常高兴XXX”,实际看到的是“常高兴XXXX”。
有类似情况的吗?应该如何解决呢?
 
New member
注册
2022/11/24
消息
5
大佬有没有这个升级的教程 从1.2.1升级到1.3.1 ??
 
顶部