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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
This is not a 100% correct solution since we might be using --node-dir or be otherwise cross-compiling node-sass to some other node engine other than the one currently using. We should ideally get this info back from node-gyp somehow.
Once this is in place we can remove the -d option.
The text was updated successfully, but these errors were encountered:
I am currently running
node-sass
with io.js 3.0 in the debug mode, thereforenode-gyp
prepares the build in thebuild/Debug
directory.I need to use the following workaround to avoid the
Build succeeded but target not found
problem at the end:This is not a 100% correct solution since we might be using
--node-dir
or be otherwise cross-compiling node-sass to some other node engine other than the one currently using. We should ideally get this info back fromnode-gyp
somehow.Once this is in place we can remove the
-d
option.The text was updated successfully, but these errors were encountered: