我应该在哪个yeoman版本中安装Node v6.11.2和npm3.10.10

问题描述 投票:1回答:1

我正在尝试在本地SP2016上设置我的第一个SharePoint框架。 Microsoft表示仅支持spfx v1.1。根据一些旧博客的介绍,我需要为spfx v1.1安装Node v6.x。

安装节点v6.11.2之后,我尝试像所有人一样安装Yeoman。

npm install -g yo

然后我得到关注错误:

C:\Users\myuserid\AppData\Roaming\npm\node_modules\yo\node_modules\yeoman-doctor\lib\index.js:12
  (async () => {
         ^

SyntaxError: Unexpected token (
    at createScript (vm.js:56:10)
    at Object.runInThisContext (vm.js:97:10)
    at Module._compile (module.js:542:28)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\Users\myuserid\AppData\Roaming\npm\node_modules\yo\node_modules\yeoman-doctor\lib\cli.js:3:1)

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\gulp\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "yo" "gulp"
npm ERR! node v6.11.2
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: `yodoctor`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'yodoctor'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the yo package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     yodoctor
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs yo
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls yo
npm ERR! There is likely additional logging output above.

我想我需要安装旧版本哟?如果可以的话,您能建议哪一种合适吗?

node.js yeoman spfx
1个回答
0
投票

您能解决这个问题吗?,我有同样的错误!

© www.soinside.com 2019 - 2024. All rights reserved.