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] bug with build in node #16

Open
JDEE30 opened this issue Sep 5, 2020 · 3 comments
Open

[Bug] bug with build in node #16

JDEE30 opened this issue Sep 5, 2020 · 3 comments

Comments

@JDEE30
Copy link

JDEE30 commented Sep 5, 2020

Version

1.3.0

Reproduction link

http://none.com

Operating System

Windows 10

Device

Desktop amd ryzen 3 8gb ram

Browser & Version

Chrome Version 85.0.4183.83 (Official Build) (64-bit)

Steps to reproduce

Download template from https://www.creative-tim.com/product/paper-kit-2-angular
Follow directions under getting started at https://demos.creative-tim.com/paper-kit-2-angular/#/documentation/tutorial
as follows:

Install NodeJs from NodeJs Official Page

Open Terminal

Go to your file project

Run in terminal: npm install -g @angular/cli@latest

Then: npm install

And: ng serve

Navigate to: http://localhost:4200/

What is expected?

Template should run

What is actually happening?

Running: npm install -g @angular/cli@latest works fine

but

I get the following Errors in my vs code Terminal when running npm install:

npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\12107\Desktop\paper-kit-2-angular-master\package.json'
npm WARN paper-kit-2-angular-master No description
npm WARN paper-kit-2-angular-master No repository field.
npm WARN paper-kit-2-angular-master No README data
npm WARN paper-kit-2-angular-master No license field.

up to date in 0.543s
found 0 vulnerabilities

npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported


Solution

I'm not sure. I think I need a different version of something.

Additional comments

@JDEE30
Copy link
Author

JDEE30 commented Sep 7, 2020

This started for me by doing the following:

Download repo from the Github. (not from the website.)
npm install -g @angular/cli@latest
nvm install node 13.0.1
nvm use node 13.0.1
npm i
npx ng serve
navigate to http://localhost:4200/

@rarestoma
Copy link
Contributor

Hi @JDEE30,

Thank you for working with our products.

I tried it again using the terminal and everything worked fine. Can you please try installing it using de default terminal, not the vs code provided?

Thank you,
Rarez

@JDEE30
Copy link
Author

JDEE30 commented Sep 12, 2020 via email

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