Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bhagwatchouhan opened this issue Apr 16, 2023 · 1 comment

Comments

@bhagwatchouhan
Copy link

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
Copy link

kirbymark commented Aug 25, 2023

I got this working by using Node v15

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

then

npm install && npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants