Skip to content

Commit

Permalink
fix install Weaverse theme error
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jul 17, 2024
1 parent 77fe03e commit 30e93a9
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Options:
await fs.remove(`${outputPath}/package-lock.json`).catch(console.error)

// run 'npm install'
const install = spawn('npm', ['install', '--ignore-scripts'], {
const install = spawn('npm', ['install', '--legacy-peer-deps'], {
cwd: outputPath,
stdio: 'inherit',
})
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@weaverse/cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "CLI for Weaverse projects",
"main": "index.js",
"bin": {
Expand Down
77 changes: 69 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30e93a9

Please sign in to comment.