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
A new installation of Visual Studio gives the following error when trying to run the Task Runner:
## There is an issue with node-fibers##{projectLocation}\node_modules\fibers\bin\win32-x64-108\fibers.node is 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?
A new installation of Visual Studio gives the following error when trying to run the Task Runner:
## There is an issue with
node-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
The text was updated successfully, but these errors were encountered: