stencil-cli
stencil-cli copied to clipboard
There is an issue with `node-fibers` - stencil cli
Hello, dear Community
I updated my node from 12.22.1 to 14.14.0 and got some issues. Then I returned the version, but the problem still persists.
What I have right now:
npm - v 6.14.8, nvm version 1.1.9, node - 14.14.0. I use VSCode 1.70.2 on Windows 10. Dependencies from package.json for stencil : @bigcommerce/stencil-utils": "^6.8.1",
In the beginning when I tried to stencil start, I got:
$stincil init internal/modules/cjs/loader.js:818 throw err; Error: cannot find module 'C:\Program Files\nodejs\node_modules\@bigcommerce\stencil-cli\bin\stencil'
Then I install npm install @bigcommerce/stencil-cli --global --force and I got a needed module stencil.js in the path from the picture above. But then I receive the next problem:
$ stencil start
There is an issue with 'node-fibers'
`C:\ProgramData\nvm\v14.14.0\node_modules\@bigcommerce\stencil-cli\node_modules\fibers\bin\win32-x64-83\fibers.node` is missing.
I tried to npm install fibers --global, but it always shows me this error:
I don`t know what to do and would be very appreciative if you can help me with this.
Thanks
Hi @nkpn, are you using some library, that relies on node-fibers
?