akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.05k stars 1.51k forks source link

Install based on starter kit broken #2643

Open aliomattux opened 3 years ago

aliomattux commented 3 years ago

Issue type

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

Issue description

Current behavior:

https://akveo.github.io/nebular/docs/guides/install-based-on-starter-kit#install-based-on-starter-kit Follow the instructions exactly and install fails. npm saas is deprecated? I am new to Angular and wanted something that was partially done. Surprised that I couldn't even install the sample code following the instructions exactly using Ubuntu 20 LTS. Expected behavior:

The sample application works. It installs without error Steps to reproduce:

Go to https://akveo.github.io/nebular/docs/guides/install-based-on-starter-kit#install-based-on-starter-kit Follow the setup instructions exactly. When you get to npm i, it will fail.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.12.0 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.12.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2021-01-11T18_41_10_226Z-debug.log 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.
-->
andreipadolin commented 3 years ago

Hi @aliomattux could you please provide more details like npm and node version, OS? Also would be nice to see package.json file. Anyway seems this ticket is expected fixed.