didi / epage

一款基于schema的低代码可视化页面配置工具
http://epage.didichuxing.com
MIT License
460 stars 94 forks source link

epage-cli create package.json error #4

Closed chenhongen closed 4 years ago

chenhongen commented 4 years ago

Describe the bug The package.json generated by epage-cli is error.Due to the property's value contains prohect path.

{
  "name": "e:\2020\visual\epage-yh",
  "version": "0.1.0",
  "description": "Epage widgets",
  "author": "chengzi <ttghost@126.com>",
  "main": "./dist/e:\2020\visual\epage-yh.min.js",
...

To Reproduce Steps to reproduce the behavior:

epage init xx cd xx npm i xx

Screenshots If applicable, add screenshots to help explain your problem. image Desktop (please complete the following information):

Additional context Add any other context about the problem here.

tt-ghost commented 4 years ago

will be fixed in the next version @chenhongen

tt-ghost commented 4 years ago

Try to install the latest epage-cli (v0.1.2). @chenhongen

npm i epage-cli@latest -g