按照以下链接中的步骤操作:-
聚合物项目网站
运行polymer serve
不工作,尽管网站中提到的所有早期步骤都工作正常。
当我运行polymer serve
时,它显示如下:-
C:Usersama16Desktoppolymer-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/:-网站无法访问
我想你没有安装polymer-cli。
如果您使用
成功安装了polymer-clinpm install -g polymer-cli
,
那么
的输出npm -g list --depth=0
应该像下面这样
$ npm -g list --depth=0
C:UserstomAppDataRoamingnpm
~~(package list)~~
+-- polymer-cli@1.9.10
~~(package list)~~