-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
after remove sass upply version : "@uppy/angular": "^0.3.0", "dependencies": { |
Hi, thanks for reporting. Are you willing to look into this and contribute? We are currently lacking Angular knowledge and bandwidth for this. |
ok |
@bnadem did find out what might cause this or if this is still an issue? |
This doesn't seem to happen with the newer version of Angular. OP is on Angular 6. |
I'll close this for now, we can re-open if it keeps happening :) |
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
The text was updated successfully, but these errors were encountered: