paper-kit-2-angular icon indicating copy to clipboard operation
paper-kit-2-angular copied to clipboard

[Bug] bug with build in node

Open JDEE30 opened this issue 5 years ago • 3 comments

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 [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: this library is no longer supported


Solution

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

Additional comments

JDEE30 avatar Sep 05 '20 18:09 JDEE30

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/

JDEE30 avatar Sep 07 '20 05:09 JDEE30

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

rarestoma avatar Sep 07 '20 07:09 rarestoma

Good evening,

Thanks for responding. I posted my solution in the github comment section under my ticket.

On Mon, Sep 7, 2020, 2:24 AM rarestoma [email protected] wrote:

Hi @JDEE30 https://github.com/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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/creativetimofficial/paper-kit-2-angular/issues/16#issuecomment-688097569, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALI6E2DHUKRE2QXEBQFFGVLSESDBBANCNFSM4Q3G7E2Q .

JDEE30 avatar Sep 12 '20 03:09 JDEE30