laverdet / node-fibers

Fiber/coroutine support for v8 and node.
MIT License
3.56k stars 224 forks source link

Cannot find module win32-x64-108\fibers #471

Open wvduffelen opened 5 months ago

wvduffelen commented 5 months ago

A new installation of Visual Studio gives the following error when trying to run the Task Runner:

## There is an issue withnode-fibers## {projectLocation}\node_modules\fibers\bin\win32-x64-108\fibers.nodeis missing. Try running this to fix the issue: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VisualStudio\NodeJs\win-x64\node.exe {projectLocation}\node_modules\fibers/build Error: Cannot find module '{projectLocation}\node_modules\fibers\bin\win32-x64-108\fibers'

I've tried to uninstall node-fibers and reinstalling it, saved it too devDependencies and installed other versions but nothing seems to fix it. It keeps referring tot the wrong folder (x64-108) which doesn't exist. What could be the problem?

Node fibers v5.0.3 (and also tested v5.0.0) Node.js v12.18.3 NPM v6.14.6