jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have an error when I am trying to install yamljs in windows 10.

AhmedAymanBfcai opened this issue · comments

Hi There,

I hope you are well.

I am trying to install yamljs package in windows 10. But I think it's not supported in windows. or need another package.

I have this error:
npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for n@7.5.0: wanted {"os":"!win32"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: !win32 npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64
I treid to install n package but It is also fail.

Thanks in Advance:)