Hi team!
I had my CLI working with node 14.19.1 until now.
Just tried to update the CLI to 8.6.4 and now I’m getting:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: ‘fdk@8.6.4’,
npm WARN EBADENGINE required: { node: ‘14’, npm: ‘6’ },
npm WARN EBADENGINE current: { node: ‘v14.19.1’, npm: ‘8.18.0’ }
npm WARN EBADENGINE }
So which version of node 14 should we use?
Well… I updated node to v14.20.1 and it worked now hehe
1 Like
Saif
(Saif Ali Shaik)
4
I guess you have right node version, but the npm version seems to be different.
Try
npm install npm@6.0.0 -g
See if it works?
I believe I had a similar problem previously and solved it by installing the FDK again from the link
npm install https://dl.freshdev.io/cli/fdk.tgz -g.
Make sure you do this with Admin privileges. That has tripped me up before.
Oh. Hi Samuel. Just spotted it was you. I only read the post and didn’t look to see who posted it 
Hope you are good.
1 Like
system
(system)
Closed
7
This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.