question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in `create-volto-app`

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
pnicollicommented, Oct 3, 2019

Happens to me as well every time I run create-volto-app.

Let’s say I am in my home folder ~ and run create-volto-app volto-site. A workaround that works in my case is:

  1. I always have a useless node_modules folder inside my home, so I run rm -rf ~/node_modules (note how this is not inside ~/volto-site.
  2. I always have a useless yarn.lock file inside my home, so I run rm ~/yarn.lock (note how this is not inside ~/volto-site.
  3. cd volto-site
  4. yarn

This correctly installs dependencies inside the new volto app folder.

0reactions
sneridaghcommented, Jan 31, 2020

Fixed some time ago

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found