We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
@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?
The text was updated successfully, but these errors were encountered:
I was able to do it. Guide needs to be updated with prerequisites to install node-sass as folows: npm install npm install node-sass npm start
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: