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

installation error on angular project after cmmand "npm install @uppy/angular" #3767

Closed
bnadem opened this issue May 20, 2022 · 6 comments · May be fixed by H4NG-MAN/uppy#201
Closed

installation error on angular project after cmmand "npm install @uppy/angular" #3767

bnadem opened this issue May 20, 2022 · 6 comments · May be fixed by H4NG-MAN/uppy#201
Labels

Comments

@bnadem
Copy link

bnadem commented May 20, 2022

my developement version with ng version command:
Angular CLI: 7.3.10
Node: 14.17.5
OS: linux x64
Angular: 6.1.10
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.10.7
@angular-devkit/build-angular 0.10.7
@angular-devkit/build-optimizer 0.10.7
@angular-devkit/build-webpack 0.10.7
@angular-devkit/core 7.0.7
@angular-devkit/schematics 7.3.10
@angular/cdk 7.3.7
@angular/cli 7.3.10
@angular/flex-layout 7.0.0-beta.24
@angular/material 7.3.7
@ngtools/webpack 7.0.7
@schematics/angular 7.3.10
@schematics/update 0.13.10
rxjs 6.2.2
typescript 2.9.2
webpack 4.19.1

ERROR:
src/create_string.cpp: In function ‘char* create_string(Nan::MaybeLocalv8::Value)’:
../src/create_string.cpp:17:37: error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Localv8::Value&)’
v8::String::Utf8Value string(value);
^
In file included from /home/farka01/.node-gyp/14.17.5/include/node/node.h:67:0,
from ../../../../../nan/nan.h:58,
from ../src/create_string.cpp:1:
/home/farka01/.node-gyp/14.17.5/include/node/v8.h:3287:5: note: candidate: v8::String::Utf8Value::Utf8Value(v8::Isolate*, v8::Localv8::Value)
Utf8Value(Isolate* isolate, Localv8::Value obj);
^
/home/farka01/.node-gyp/14.17.5/include/node/v8.h:3287:5: note: candidate expects 2 arguments, 1 provided

@bnadem
Copy link
Author

bnadem commented May 20, 2022

after remove sass
i can install npm install @uppy/angular
after start developent with "ng serve"
i become new error
ERROR in node_modules/@uppy/angular/lib/components/dashboard-modal/dashboard-modal.component.d.ts(3,13): error TS1005: '=' expected.

upply version : "@uppy/angular": "^0.3.0",

"dependencies": {
"@angular-material-extensions/password-strength": "^10.1.1",
"@angular/animations": "^6.1.10",
"@angular/cdk": "^7.3.7",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/flex-layout": "^7.0.0-beta.22",
"@angular/forms": "^6.1.0",
"@angular/http": "^6.1.0",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@auth0/angular-jwt": "^5.0.2",
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "^3.3.1",
"@ng-select/ng-select": "^8.1.1",
"@types/jquery": "^3.5.14",
"@uppy/angular": "^0.3.0",
"bootstrap": "^4.6.1",
"core-js": "^2.5.4",
"framer-motion": "^4.1.17",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
"jw-bootstrap-switch-ng2": "^2.0.5",
"material-design-icons": "^3.0.1",
"ngx-cookie-service": "^2.4.0",
"ngx-infinite-scroll": "^10.0.1",
"ngx-mat-select-search": "^1.8.0",
"primeicons": "^5.0.0",
"primeng": "^6.1.7",
"rxjs": "~6.2.0",
"zone.js": "~0.8.26"
},

@Murderlon
Copy link
Member

Hi, thanks for reporting. Are you willing to look into this and contribute? We are currently lacking Angular knowledge and bandwidth for this.

@bnadem
Copy link
Author

bnadem commented May 23, 2022

ok

@Murderlon
Copy link
Member

@bnadem did find out what might cause this or if this is still an issue?

@akshaybabloo
Copy link

This doesn't seem to happen with the newer version of Angular. OP is on Angular 6.

@Murderlon
Copy link
Member

I'll close this for now, we can re-open if it keeps happening :)

@Murderlon Murderlon closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants