Kunal Pathak
Kunal Pathak
Thanks @matthargett for reporting this. I did some investigation and found that `npm install` copies the `binding.node` from node-sass repository and it fails to see the entry points because `binding.node`...
@matthargett , I have opened an issue https://github.com/sass/node-sass/issues/1776 and a PR https://github.com/sass/node-sass/issues/1777 to address this. Issue is a long term solution, but if the PR is merged, you will be...
Yes, tried out `react-starter` and the unit test for it passes. In integration test, i can see browser opening and adding a TODO item and browser closes. But it exits...
Commits 983c0b8 and 0125f12 just points to the severity/implication around this issue. This definitely need to be fixed.
@bzoz mentioned offline that setting environment variable `npm_config_build_from_source` or using `npm set build_from_source` should force building for source. Might be worth adding this to `node-pre-gyp` if `jsEngine == 'chakracore'`.
Related work : https://github.com/mapbox/node-pre-gyp/pull/311
> @kunalspathak, Libraries team needs a code review from JIT team. This is for .NET 7. PTAL. I don't think we should merge this in .NET 7. There are many...
Failures related to https://github.com/dotnet/runtime/issues/76041
@adamsitnik
> but I am still a beginner when it comes to ARM intrinsics and could use any advice there. Few years ago, I prepared a [document to outline various Arm...