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
I don't believe the Bean Node SDK has ever supported 4.x.x (always 6.0.0+), so that must be a typo. Could you point me to where it says 4.x.x is supported?
The sdk/cli itself will run in older versions of node once it's transpiled using Babel.js, which occurs when you run npm run build. However, the examples themselves are not part of that transpile process ... you could easily do it yourself but there is no reason not to just run the Node LTS version (unless on RPi where you may be more limited).
@gsundin I would remove the mention of specific version numbers and just say the LTS and Current version are supported, which are always a moving target. When this project was developed the LTS was 4.x.x.
Hi,
according to your docs. Node 4.x.x is supported. But the following happens for me:
which looks like nodejs4 is not supported. At least for that example.
The text was updated successfully, but these errors were encountered: