akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.24k stars 7.95k forks source link

while installing i am getting an error. please help asap #6001

Open bhaivncodecolonies opened 1 year ago

bhaivncodecolonies commented 1 year ago

image

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior:

Expected behavior:

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

npm, node, OS, Browser

<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
itsayopapi commented 1 year ago

@bhaivncodecolonies is this issue still open?

josewbr commented 12 months ago

@bhaivncodecolonies I change the node-saas version in the package.json to "node-sass": "^9.0.0", saved and run npm i again. It solved the issue. Hope this helps..

Abdullah-Jebiro commented 9 months ago

What is the appropriate node, npm and angular cli version to run the project ??

JetUni commented 9 months ago

I got it working with node v14.21.3 & npm v6.14.18. I had a different error than the OP though. But I tried installing on Ubuntu 22.04 and OSX 14.1.1 and got errors until I switched to those versions. Now it installs successfully in both envs. I also ran into errors when running npm run start, so I had to update @types/node by running npm i -D @types/node@ts4.9 since typescript 4.9 is the version that's installed

Self-madeboy commented 1 week ago

I adopted "change the node-saas version in the package.json to "node-sass": "^9.0.0"," Because my node version is 20.10.0 .Then the error resolved thanks