node 版本问题
2018-05-22 本文已影响0人
落叶05
yarn的时候报错,说版本号要求在4-9,解决办法:
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
采用:yarn install --ignore-engines
yarn的时候报错,说版本号要求在4-9,解决办法:
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
采用:yarn install --ignore-engines