0

i have probelem with openfin ... you know : openfin

When i try "Initiate the generator"

"Step 2 - Create a folder, open your command line and enter yo openfin Enter a Name and Description when prompted."

enter image description here

Note: I have windows 8.1 X64 and I have unistall nodejs and other.

And clean every thing with clean master and restart PC

And try npm cache clean and install nodejs again

And i installed the es5-ext

Sorry for my bad English, Do you have any idea for this error?

SteveP
  • 18,840
  • 9
  • 47
  • 60
Nadhir
  • 1
  • 1

1 Answers1

0

Check whether es5-ext package exist within some of the node_modules folders going up and starting from cli-color\node_modules in path that's mentioned in error stack trace.

If it exists check what's the version in package.json, on that basis we can say something more

Mariusz Nowak
  • 32,050
  • 5
  • 35
  • 37