You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation errors in node-sass and fsevents modules.
Error output
If there are any errors at all, please include them here.
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:223:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:356:37: error: too few arguments toIn file included from ../fsevents.ccfunction: 6call,:
In file included from expected../../nan/nan.h :2,223 :
haveIn file included from ../../nan/nan_new.h1:189
:
../../nan/nan_implementation_12_inl.h:356:37: error: too few arguments to function call, expected 2, have 1
return v8::StringObject::New(value).As<v8::StringObject>();
~~~~~~~~~~~~~~~~~~~~~ ^
/Users/brion/.node-gyp/12.4.0/include/node/v8.h:5380:3: note: 'New' declared here return v8::StringObject::New(value).As<v8::StringObject>();
~~~~~~~~~~~~~~~~~~~~~ ^
/Users/brion/.node-gyp/12.4.0/include/node/v8.h:5380:3: note: 'New' declared here static Local<Value> New(Isolate* isolate, Local<String> value);
^
static Local<Value> New(Isolate* isolate, Local<String> value);
^
etc etc etc
Additional Information
Please include any additional information necessary here. Including the following:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
Testing with node 12.4.0 as installed on MacOS 10.14 via Homebrew.
Clone the repo and run
npm install
.Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
git clone [email protected]:videojs/video.js.git
cd video.js
npm install
Results
Expected
Successful install of dependencies.
Actual
Compilation errors in
node-sass
andfsevents
modules.Error output
If there are any errors at all, please include them here.
etc etc etc
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
git commit ef49a9b
browsers
n/a
OSes
tested macOS 10.14
plugins
n/a
I was able to work around the installation failures by updating
fsevents
from 1.2.7 to 1.2.9, andnode-sass
from 4.11.0 to 4.12.0.The text was updated successfully, but these errors were encountered: