Error in `create-volto-app`
See original GitHub issueI tried create-volto-app
for new version test.
But I got an error.
$ npx @plone/create-volto-app my-volto-app-3
npx: installed 49 in 3.487s
/home/vagrant/.npm/_npx/8818/lib/node_modules/@plone/create-volto-app/volto-starter-kit
Creating my-volto-app-3...
> Success! Created files for "my-volto-app-3" Volto app
Installing npm modules:
@plone/volto
> Error! Failed to install @plone/volto, try again.
undefined
My questions are:
- What happen in this error?
- How to install new version of Volto, I want to use 3.2.x
- How to upgrade my app. (my app using 3.04, I want to use new version)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Workaround for Issue with Vault Creation: Error Code: 0 400 ...
Quick workaround if you don't manage to create a vault on the app: Convert 3 $DFI or more from token to UTXO (you...
Read more >Password Manager Vault Setup Error - Norton Community
I have attempted to setup the password manager vault twice, and each time a vague error message appears: "something went wrong".
Read more >Unable to connect to a Vault server from Vault Mobile app
Solution: Try the following: Restart the mobile device. Uninstall and reinstall the Vault Mobile app.
Read more >[bug] can't create vault in android app - Mobile - Obsidian Forum
Hi there,. I got some trouble in creating new vault in my phone. Even I choose “Open folder as fault”, It's still not...
Read more >[Critical] Vault Cannot be Created with Passman - 500 Server ...
This is a new error I have seen, looks like there's a missing column compromised that should be in the table?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Happens to me as well every time I run
create-volto-app
.Let’s say I am in my home folder
~
and runcreate-volto-app volto-site
. A workaround that works in my case is:node_modules
folder inside my home, so I runrm -rf ~/node_modules
(note how this is not inside~/volto-site
.yarn.lock
file inside my home, so I runrm ~/yarn.lock
(note how this is not inside~/volto-site
.cd volto-site
yarn
This correctly installs dependencies inside the new volto app folder.
Fixed some time ago