ori init failed to create remote project
wangsongc opened this issue · 1 comments
wangsongc commented
Versions
- originjs: v1.0.0
- node:
Reproduction
D:\work\ori>ori init aaaaa
? Please set the initial version number of the project: 1.0.0
? Please set the project code license: MIT
? Please select the plugin you need (Use enter to skip): ModuleFederation: Use Module Federation in vite
? Please select if this is project a Host or Remote for Module Federation: Remote
✔ Downloading...
Successfully created the folder!
Successfully change file name!
✖ Install project dependency.......
Failed to download dependencies and initialize git repository
Error: Command failed: cd aaaaa && git init && npm install
npm ERR! code EJSONPARSE
npm ERR! path D:\work\ori\aaaaa/package.json
npm ERR! JSON.parse Unexpected string in JSON at position 168 while parsing '{
npm ERR! JSON.parse "name": "aaaaa",
npm ERR! JSON.parse "version": "1.0.0'
npm ERR! JSON.parse Failed to parse JSON data.
npm ERR! JSON.parse Note: package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\AppData\Local\npm-cache\_logs\2022-03-01T08_03_47_110Z-debug-0.log
at ChildProcess.exithandler (node:child_process:397:12)
at ChildProcess.emit (node:events:390:28)
at ChildProcess.emit (node:domain:475:12)
at maybeClose (node:internal/child_process:1064:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5) {
killed: false,
code: 1,
signal: null,
cmd: 'cd aaaaa && git init && npm install'
}
Additional Details
Steps to reproduce
1、ori init remote
2、Select remote for module Federation
What is Expected?
What is actually happening?
wangsongc commented
Fixed in v1.1.3