1

遵循以下链接中提到的步骤:-

普利默项目现场

运行polymer serve不起作用,尽管站点中提到的所有早期步骤都运行良好。

当我运行时polymer serve,它显示如下内容:-

C:\Users\ama16\Desktop\polymer-first-elements>polymer serve
Node Commands

Syntax:
    node {operator} [options] [arguments]

Parameters:
        /? or /help   - Display this help message.
        list          - List nodes or node history or the cluster
        listcores     - List cores on the cluster
        view          - View properties of a node
        online        - Set nodes or node to online state
        offline       - Set one or more nodes to the offline state

For more information about HPC command-line tools,
see http://go.microsoft.com/fwlink/?LinkId=120724.

http://localhost:8080/components/icon-toggle/demo/ :- 无法访问站点

4

1 回答 1

0

我认为您未能安装polymer-cli。

如果您成功安装了 polymer-cli
npm install -g polymer-cli
那么输出
npm -g list --depth=0
应该如下所示。

$ npm -g list --depth=0 C:\Users\tom\AppData\Roaming\npm ~~(package list)~~ +-- polymer-cli@1.9.10 ~~(package list)~~

于 2019-06-22T23:55:43.713 回答