-
Notifications
You must be signed in to change notification settings - Fork 29
Description
There was no mention about @angular/cli in rerequisites. Used verisons:
Angular CLI: 15.1.5
Node: 16.19.0
Package Manager: npm 9.4.2
OS: win32 x64
Angular: 6.0.0
... compiler, compiler-cli, core, http, language-service
Package Version
@angular-devkit/architect 0.1501.5
@angular-devkit/build-angular 15.1.5
@angular-devkit/core 15.1.5
@angular-devkit/schematics 15.1.5
@angular/animations 15.1.4
@angular/cli 15.1.5
@angular/common 15.1.4
@angular/forms 15.1.4
@angular/platform-browser 15.1.4
@angular/platform-browser-dynamic 15.1.4
@angular/router 15.1.4
@schematics/angular 15.1.5
rxjs 6.6.7
typescript 2.7.2
However I got in installed to no avail. It whows me this on npm start:
node:internal/modules/cjs/loader:998
throw err;
^
Error: Cannot find module 'C:\Users\nerimas\OneDrive\Desktop\new\ngx-s3-upload\node_modules@angular\cli\bin\ng'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
at Function.Module._load (node:internal/modules/cjs/loader:841:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Any help is greatly appreaciated. npm install also goes with all kind of warnings. No i need to change node version?