cj-wang / mean-start-2

Full stack Angular + Nest + Universal.
MIT License
21 stars 7 forks source link

'npm install' does not work #1

Closed AlexanderZhukCoherent closed 5 years ago

AlexanderZhukCoherent commented 5 years ago

Issue type

**I'm submitting a bug report

Issue description

Current behavior: 'npm install' does not work on the freshly cloned project

Expected behavior: 'npm install' should work

Steps to reproduce:

  1. Clone project using standard 'git clone' command
  2. go to the root folder, try 'npm install'
  3. 'npm install' throws a lot of errors, never completed successfully (tried several times)

Other information:

NPM --version 6.0.0, NODE --version v8.11.1 OS: Windows 10 IDEA ide.

Angular, Nebular

<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
AlexanderZhukCoherent commented 5 years ago

2019-01-04T14_21_26_557Z-debug.log

cj-wang commented 5 years ago

Angular requires Node.js version 8.x or 10.x. Can you upgrade and try again please?

AlexanderZhukCoherent commented 5 years ago

Angular requires Node.js version 8.x or 10.x. Can you upgrade and try again please?

Sorry, there was a mistake in versions above: the NODE version is v8.11.1, the NPM is 6.0. So it should work but it's not (

cj-wang commented 5 years ago

@AlexanderZhukCoherent I updated package-lock.json, should have fixed this issue.