GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
Forks
08335
/
hivui-platform-template-node_modules
平台项目模板node环境包
Browse code
@中文描述:add
@版本: @升级登记:1 @同步后端:0 @同步数据库:0 @同步配置:0 @向下兼容:1
master
1 parent
f1b76b0
commit
ab2f3844544fc02bd7191f2830100fac466151ab
caibinghong
authored
on 5 Apr 2023
Showing
1 changed file
文档.txt
Ignore Space
Show notes
View
文档.txt
0 → 100644
1、win下的 node_modules 中 .bin存放的是一切命令原头,但是在linux下生成的.bin文件里头是软连接,一但创建项目时,node_modules会拷贝到相应位置, 但里头命令软连接指向不变,所以在启动时就会找不到相关可执行的资源 然而,win下 .bin 包含了多平台的 可执行文件,没有过通软连接的方式,所以可以同用 因此,我们以win7为准打包node_modules 2、经测试发现,canvas 包可能调用esbuild ,但esbuild不同系统不一样,因此。 我把 esbuild-linux-64 也放入 node_modules中保证平台可在linux 下执行。
Show line notes below