Webiu icon indicating copy to clipboard operation
Webiu copied to clipboard

Unable to install

Open aazam-gh opened this issue 3 years ago • 5 comments

Describe the bug Installation error

To Reproduce run rpm install

Expected behavior expected to successfully download

Screenshots image

Desktop (please complete the following information): Linux Ubuntu 22.04

aazam-gh avatar Sep 14 '22 18:09 aazam-gh

try running install with --force

Nikhilchakravarthy1303 avatar Sep 26 '22 06:09 Nikhilchakravarthy1303

use node version 14

parteekcoder avatar Jan 28 '23 13:01 parteekcoder

@Alcadeus0 , Hey did you resolve this issue, I am facing the same. I also tried to delete package.lock.json and did npm install again. but could not fix it. Also did with --force, still getting errors.

Sapnajha19 avatar Feb 27 '23 17:02 Sapnajha19

@Alcadeus0 , Hey did you resolve this issue, I am facing the same. I also tried to delete package.lock.json and did npm install again. but could not fix it. Also did with --force, still getting errors.

@Sapnajha19 I haven't been able to resolve it yet

aazam-gh avatar Feb 27 '23 19:02 aazam-gh

@Alcadeus0 This error is coming because this project requires node v14 for proper functioning.

You can follow the following steps to remove this error

  1. Install node v14 from this link if haven't installed previously.
  2. Install Gatsby js version @4.0.0 as it is supported by node v14 by runnning npm install -g [email protected]
  3. Cd into the project using this command cd Webiu
  4. Install the dependencies of the project using this command npm install
  5. Add a file as src/styles/variables.sass. You can download the file from the drive link given below. variables.sass

227533103-ffd94779-c80b-457d-ac73-ac6581df5757

  1. Then develop the Gatsby project npm run develop or gatsby develop

For switching between different node versions you can use nvm-windows

You can refer to this document for more help.

Nikhil7174 avatar Mar 31 '23 17:03 Nikhil7174