Yarn run v1.6.0 warning You are using Node "7.10.1" which is not supported and may encounter bugs or unexpected behavior. Yarn supports the following semver range: "^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0"

hi friends,

thank you for always supporting with the issues.
am now facing this warning whenever I do bench update…

yarn run v1.6.0
warning You are using Node “7.10.1” which is not supported and may encounter bugs or unexpected behavior. Yarn supports the following semver range: “^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0”

my concern is, Should I worry about this warning or should I continue ignoring it…?

the system updates properly and work fine but am only concerned about this warning and from the search I did in the forum doesnt seem to have any solution.

you can upgrade to node version 9.2.0 and it should be just fine.

thank you that worked but now am getting another worning…

warning “rollup-plugin-vue > @vue/component-compiler@3.4.4” has unmet peer dependency “postcss@>=6.0”.

kindly help

I think it is pointing out that postcss ought to be of version higher than 6.1

how do I update this postcss?

try bench update requirements

the problem still exists.

i did

bench update --requirements

then did

bench update

but still the warning appears.

it is bench update requirements

Sorry it is bench setup requirements

@root13F Thank you but this one too didn’t solve the issue…

What does this give you?

node -v && npm -v

You can also try
sudo apt install yarn -y
sudo apt install nodejs -y

1 Like

thank you @trentmu that solved my issue am only getting this warning >

/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/requests/init.py:80: RequestsDependencyWarning: urllib3 (1.23) or chardet (3.0.4) doesn’t match a supported version!

RequestsDependencyWarning)

which I did a search in the forum and saw its nothing to worry about.

thank you again

1 Like