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
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