赞
踩
https://lowcode-engine.cn/site/docs/guide/quickStart/intro
需要node 14.17.0
pnpm安装多个node教程
pnpm env add --global 14.17.0
切换nodejs版本
pnpm env use --global 14.17.0
node -v
切换到demo-general
,安装依赖包
pnpm install
# --registry http://registry.npm.taobao.org
pnpm start
pnpm add @alifd/next @alilc/lowcode-utils lodash/isArray lodash/mergeWith regenerator-runtime/runtime --registry http://registry.npm.taobao.org
pnpm add --save lodash.isarray
pnpm add regenerator-runtime
pnpm add @alilc/lowcode-utils
pnpm add lodash.mergewith
但是项目启动起来了
发现预览报错,修改源代码
//import mergeWith from 'lodash/mergeWith';
var mergeWith = require('lodash.mergewith');
//import isArray from 'lodash/isArray';
var isArray = require('lodash.isarray');
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。