mirror of
https://github.com/koel/koel.git
synced 2026-04-27 01:35:59 +03:00
[GH-ISSUE #1092] why this keep showing to me #642
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#642
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Adamkaram on GitHub (Sep 29, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1092
i'm newly at koel package and when i do command
$ php artisan koel:init
this happen
PHP Warning: Module 'openssl' already loaded in Unknown on line 0
Warning: Module 'openssl' already loaded in Unknown on line 0
[33mAttempting to install or upgrade Koel.[39m
[33mRemember, you can always install/upgrade manually following the guide here:[39m
[32m📙 https://koel.phanan.net/docs
[39m
[32mGenerating app key[39m
[32mGenerating JWT secret[39m
[32mMigrating database[39m
[32mLet's create the admin account.[39m
[32mYour name[39m [[33mKoel Admin[39m]:
[32mYour email address[39m [[33madmin@koel.com[39m]:
[32mYour desired password[39m:
[32mAgain, just to make sure[39m:
[32mSeeding initial data[39m
[32mThe absolute path to your media directory. If this is skipped (left blank) now, you can set it later via the
web interface.[39m
[32mMedia path[39m []:
[32mNow to front-end stuff[39m
[32m├── Installing Node modules in resources/assets directory[39m
[39m
[2K[1G[1myarn install v1.16.0[22m
[2K[1G[2m[1/4][22m Resolving packages...
[2K[1G[2m[2/4][22m Fetching packages...
[2K[1G[34minfo[39m fsevents@1.2.9: The platform "win32" is incompatible with this module.
[2K[1G[34minfo[39m "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it fro
m installation.
[2K[1G[34minfo[39m fsevents@2.0.7: The platform "win32" is incompatible with this module.
[2K[1G[34minfo[39m "fsevents@2.0.7" is an optional dependency and failed compatibility check. Excluding it fro
m installation.
[2K[1G[2m[3/4][22m Linking dependencies...
[2K[1G[2m[4/4][22m Building fresh packages...
[2K[1GDone in 86.24s.
[32m└── Compiling assets[39m
[39m
[2K[1G[1myarn install v1.16.0[22m
[2K[1G[2m[1/4][22m Resolving packages...
[2K[1G[32msuccess[39m Already up-to-date.
[2K[1GDone in 1.89s.
[2K[1G[1myarn run v1.16.0[22m
[2K[1G[2m$ cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config
=node_modules/laravel-mix/setup/webpack.config.js --colors[22m
95% emitting[41m[30m ERROR [39m[49m [31mFailed to compile with 4 errors[39m[90m6:59:36 AM[39m
These dependencies were not found:
To install them, you can run: npm install --save C:\xampp\htdocs\koel-master\resources\assets\js\app.js C:\xampp\htdocs\koel-master\resources\assets\js\remote\app.js C:\xampp\htdocs\koel-master\resources\assets\sass\app.scss C:\xampp\htdocs\koel-master\resources\assets\sass\remote.scss
fs.js:126
throw err;
^
Error: ENOENT: no such file or directory, stat 'C:\xampp\htdocs\koel-master\resources\assets\img'
[90m at Object.statSync (fs.js:856:3)[39m
at Object.statSync (C:\xampp\htdocs\koel-master\node_modules[4mgraceful-fs[24m\polyfills.js:308:16)
at Object.copySync (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\node_modules[4mfs-extra[2
4m\lib\copy-sync\copy-sync.js:31:86)
at File.copyTo (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\File.js:210:12)
at FileCollection.copyTo (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\FileCollection.js:
88:24)
at C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\FileCollection.js:82:38
at Array.forEach ()
at FileCollection.copyTo (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\FileCollection.js:
82:17)
at CopyFilesTask.run (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\tasks\CopyFilesTask.js
:14:20)
at CustomTasksPlugin.runTask (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\plugins\Custom
TasksPlugin.js:34:14)
at C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\plugins\CustomTasksPlugin.js:9:44
at Array.forEach ()
at Compiler. (C:\xampp\htdocs\koel-master\node_modules[4mlaravel-mix[24m\src\plugins\CustomTasks
Plugin.js:9:23)
at Compiler.applyPlugins (C:\xampp\htdocs\koel-master\node_modules[4mtapable[24m\lib\Tapable.js:61:14)
at C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:264:11
at Compiler.emitRecords (C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:371:38)
at C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:258:10
at C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:364:12
at next (C:\xampp\htdocs\koel-master\node_modules[4mtapable[24m\lib\Tapable.js:218:11)
at Compiler. (C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\performance\SizeLimitsP
lugin.js:99:4)
at Compiler.applyPluginsAsyncSeries1 (C:\xampp\htdocs\koel-master\node_modules[4mtapable[24m\lib\Tapable.js
:222:13)
at Compiler.afterEmit (C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:361:9)
at C:\xampp\htdocs\koel-master\node_modules[4mwebpack[24m\lib\Compiler.js:350:15
at C:\xampp\htdocs\koel-master\node_modules[4masync[24m\dist\async.js:473:16
at iteratorCallback (C:\xampp\htdocs\koel-master\node_modules[4masync[24m\dist\async.js:1064:13)
at C:\xampp\htdocs\koel-master\node_modules[4masync[24m\dist\async.js:969:16
at C:\xampp\htdocs\koel-master\node_modules[4mgraceful-fs[24m\graceful-fs.js:57:14
[90m at FSReqCallback.oncomplete (fs.js:153:23)[39m {
errno: [33m-4058[39m,
syscall: [32m'stat'[39m,
code: [32m'ENOENT'[39m,
path: [32m'C:\xampp\htdocs\koel-master\resources\assets\img'[39m
}
error Command failed with exit code 1.
[2K[1G[34minfo[39m Visit [1mhttps://yarnpkg.com/en/docs/cli/run[22m for documentation about this command.
[37;41mOops! Koel installation or upgrade didn't finish successfully.[39;49m
[37;41mPlease try again, or visit https://koel.phanan.net/docs for manual installation.[39;49m
[37;41m😥 Sorry for this. You deserve better.[39;49m
@Adamkaram commented on GitHub (Sep 29, 2019):
another error
Release\obj\libsass\to_c.obj
Release\obj\libsass\to_value.obj
Release\obj\libsass\units.obj
Release\obj\libsass\utf8_string.obj
Release\obj\libsass\util.obj
Release\obj\libsass\values.obj
libsass.vcxproj -> C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\Release\libsass.lib
FinalizeBuildStatus:
Deleting file "Release\obj\libsass\libsass.tlog\unsuccessfulbuild".
Touching "Release\obj\libsass\libsass.tlog\libsass.lastbuildstate".
Done Building Project "C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\src\libsass.vcxproj" (default targets).
Project "C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj.metaproj" (2) is building "C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "Release\obj\binding".
Creating directory "Release\obj\binding\binding.tlog".
InitializeBuildStatus:
Creating "Release\obj\binding\binding.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\CL.exe
/c /I"C:\Users\Adam.node-gyp\12.8.0\include\node" /I"C:\Users\Adam.node-gyp\12.8.0\src" /I"C:\Users\Adam.node-gyp\12.8.0\deps\openssl\config" /I"C:\Users\Adam.node-gyp\12.8.0\deps\openssl\openssl\include" /I"C:\Users\Adam.node-gyp\12.8.0\deps\uv\include" /I"C:\Users\Adam.node-gyp\12.8.0\deps\zlib" /I"C:\Users\Adam.node-gyp\12.8.0\deps\v8\include" /I....\nan /I..\src\libsass\include /Z7 /nologo /W3 /WX- /diagnostics:classic /MP /Ox /Ob2 /Oi /Ot
/Oy /D NODE_GYP_MODULE_NAME=binding /D USING_UV_SHARED=1 /D USING_V8_SHARED=1 /D V8_DEPRECATION_WARNINGS=1 /D V8_DEPRECATION_WARNINGS /D V8_IMMINENT_DEPRECATION_WARNINGS /D WIN32 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _HAS_EXCEPTIONS=0 /D OPENSSL_NO_PINSHARED /D OPENSSL_THREADS /D BUILDING_NODE_EXTENSION /D _WINDLL /GF
/Gm- /MT /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR- /Fo"Release\obj\binding\" /Fd"Release\obj\binding\vc141.pdb" /Gd /TP /wd4351 /wd4355 /wd4800 /wd4251 /wd4275 /wd4244 /wd4267 /FC /errorReport:queue /Zc:threadSafeInit- ..\src\binding.cpp ..\src\create_string.cpp ..\src\custom_function_bridge.cpp ..\src\custom_importer_bridge.cpp ..\src\sass_context_wrapper.cpp ..\src\sass_types\boolean.cpp ..\src\sass_types\color.cpp ..\src\sass_types\error.cpp ..\src\sass_types\factory.cpp ..\src\sass_types\list.cpp ..\src\sass_types\map.cpp ..\src\sass_types\null.cpp ..\src\sass_types\number.cpp ..\src\sass_types\string.cpp "C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-gyp\src\win_delay_load_hook.cc"
binding.cpp
create_string.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\binding.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\create_string.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\binding.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\binding.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\create_string.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\create_string.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\binding.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\create_string.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\src\create_string.cpp(17): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert argument 1 from 'v8::Localv8::Value' to 'const v8::String::Utf8Value &' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\src\create_string.cpp(17): note: Reason: cannot convert from 'v8::Localv8::Value' to 'const v8::String::Utf8Value'
c:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\src\create_string.cpp(17): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
custom_function_bridge.cpp
custom_importer_bridge.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\custom_importer_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_importer_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\custom_importer_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\custom_function_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\custom_function_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\custom_function_bridge.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\custom_importer_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\custom_function_bridge.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\custom_function_bridge.cpp)
sass_context_wrapper.cpp
boolean.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_context_wrapper.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_context_wrapper.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_context_wrapper.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\boolean.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\boolean.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_context_wrapper.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\boolean.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_context_wrapper.cpp)
color.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\boolean.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\boolean.cpp)
error.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\color.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\color.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\color.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\error.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\error.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\error.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\color.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\color.cpp)
factory.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\error.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\error.cpp)
list.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\factory.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\factory.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\factory.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\factory.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\factory.cpp)
map.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\list.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\list.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\list.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\list.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\list.cpp)
null.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\map.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\map.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\map.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\map.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\map.cpp)
number.cpp
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(22): warning C4996: 'v8::Value::ToBoolean': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2530): note: see declaration of 'v8::Value::ToBoolean' (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_converters_43_inl.h(40): warning C4996: 'v8::Value::BooleanValue': was declared deprecated (compiling source file ..\src\sass_types\null.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(2568): note: see declaration of 'v8::Value::BooleanValue' (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2660: 'v8::StringObject::New': function does not take 1 arguments (compiling source file ..\src\sass_types\null.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\users\adam.node-gyp\12.8.0\include\node\v8.h(5388): note: see declaration of 'v8::StringObject::New' (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_implementation_12_inl.h(356): error C2059: syntax error: ')' (compiling source file ..\src\sass_types\null.cpp) [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(24): error C2039: 'IsNearDeath': is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>'
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan_object_wrap.h(127): error C2039: 'IsNearDeath':
is not a member of 'Nan::Persistent<v8::Object,v8::NonCopyablePersistentTraits>' [C:\xampp\htdocs\koel-master\resources\assets\node_modules\node-sass\build\binding.vcxproj]
with
[
T=v8::Object
] (compiling source file ..\src\sass_types\null.cpp)
c:\xampp\htdocs\koel-master\resources\assets\node_modules\nan\nan.h(1920): note: see declaration of 'Nan::Persistent<v8