creativetimofficial / ct-notus-pro-react

PRO version of Notus React by Creative Tim
https://www.creative-tim.com/product/notus-pro-react
6 stars 0 forks source link

[Bug] The installation command fails: npm i -E @notus-pro/react@1.0.1 #9

Open bhagwatchouhan opened 1 year ago

bhagwatchouhan commented 1 year ago

Version

1.0.1

Reproduction link

https://github.com/bhagwatchouhan/ctim-notus-pro-e

Operating System

Ubuntu 22.04.2 LTS

Device

NA

Browser & Version

NA

Steps to reproduce

  1. Extract the zip -> notus-pro-react-v1.0.1.zip
  2. Run the first command -> npm i -E @notus-pro/react@1.0.1

Notes: Node (v18.13.0) NPM (9.6.4).

What is expected?

The installation must succeed.

What is actually happening?

The installation fails.


Solution

Additional comments

I am using the most recent and stable versions of Node (v18.13.0) and NPM (9.6.4).

kirbymark commented 1 year ago

I got this working by using Node v15

nvm install v15.14.0 && nvm use v15.14.0

then

npm install && npm start