Open Cabu opened 1 year ago
I'm seeing the same issue on Ubuntu Server LTS. Did you have any luck?
I can't reproduce this locally. Briefly investigating the issue, it looks like manually installing nopt
(rather than yarn install nopt
) as described here (https://stackoverflow.com/a/76831431) may fix the problem.
If there's any other context that might be useful, please include that too.
I'm seeing the same issue on Ubuntu Server LTS. Did you have any luck?
I am also using Ubuntu LTS :/
I was able to correct this by reasserting npm use v20
before ./b data-snapshot run
Just guessing that the npm version doesn't persist through logouts so we need to reassert it after install.
Getting a bazel build issue now but going to work through it a bit.
Maybe give that a shot Cabu. Let us know how it goes.
I was able to correct this by reasserting
npm use v20
before./b data-snapshot run
Just guessing that the npm version doesn't persist through logouts so we need to reassert it after install.Getting a bazel build issue now but going to work through it a bit.
Maybe give that a shot Cabu. Let us know how it goes.
No luck :( Still the same error message :(
@Cabu. Another thing perhaps worth trying is reinstalling the node_modules
.
Something like:
rm -rf ./node_modules
yarn install
When starting with:
I receive the following messages:
I tried to install nopt manually without any success :/