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
I'd like to add this functionality to my app - built in Nativescript.
When I do npm install reset-date-cache - I get the following errors
> [email protected] install /Users/mini/Projects/canvas/node_modules/reset-date-cache
> node-gyp rebuild
CXX(target) Release/obj.target/resetdatecache/src/binding.o
In file included from ../src/binding.cc:1:
In file included from ../node_modules/nan/nan.h:190:
../node_modules/nan/nan_maybe_43_inl.h:88:15: error: no member named 'ForceSet' in 'v8::Object'
return obj->ForceSet(GetCurrentContext(), key, value, attribs);
~~~ ^
In file included from ../src/binding.cc:1:
In file included from ../node_modules/nan/nan.h:195:
In file included from ../node_modules/nan/nan_converters.h:59:
../node_modules/nan/nan_converters_43_inl.h:18:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use
Local version. [-Wdeprecated-declarations]
X(Boolean)
^
../node_modules/nan/nan_converters_43_inl.h:15:15: note: expanded from macro 'X'
return val->To ## TYPE(GetCurrentContext()); \
^
<scratch space>:11:1: note: expanded from here
ToBoolean
^
/Users/mini/Library/Caches/node-gyp/12.18.1/include/node/v8.h:2663:3: note: 'ToBoolean' has been explicitly marked
deprecated here
V8_DEPRECATED("ToBoolean can never throw. Use Local version.",
^
/Users/mini/Library/Caches/node-gyp/12.18.1/include/node/v8config.h:328:29: note: expanded from macro 'V8_DEPRECATED'
declarator __attribute__((deprecated(message)))
^
In file included from ../src/binding.cc:1:
[snipped]
The text was updated successfully, but these errors were encountered:
I'd like to add this functionality to my app - built in Nativescript.
When I do
npm install reset-date-cache
- I get the following errors[snipped]
The text was updated successfully, but these errors were encountered: