teambit / envs

Component development environments for the Bit community
https://bit.dev/bit/envs
Other
63 stars 9 forks source link

Error when installing compilers #168

Open harshlele opened 3 years ago

harshlele commented 3 years ago

Description

I can't install compilers at all. Ive tried it a few times, tried uninstalling and re-installing bit, but it gives me the same error.

While installing the vue compiler:

$ bit import bit.envs/compilers/vue -c
failed parsing the output of npm list due to an error: Unexpected token { in JSON at position 3666

The same errors happen when installing the react and babel compilers.

Specifications

tsusini commented 3 years ago

Hi,

You need changing node version to 14.5.0 .. and waiting bit v15 :) See https://github.com/teambit/bit/issues/3341

harshlele commented 3 years ago

@tsusini i get this issue with 14.5.0 as well. when's v15 gonna be released on npm?