【发布时间】:2018-08-12 13:31:06
【问题描述】:
我下载了 zip(来自 https://github.com/artf/grapesjs)并解压缩,然后执行“npm i”命令。这需要一段时间,然后我运行“npm start”,控制台显示如下:
e:\GitHub\NealWalters\GrapeJSDemo>npm 开始
grapesjs@0.14.5 启动 e:\GitHub\NealWalters\GrapeJSDemo npm run build:css -- -w & webpack-dev-server --open --progress --colors
grapesjs@0.14.5 build:css e:\GitHub\NealWalters\GrapeJSDemo node-sass src/styles/scss/main.scss dist/css/grapes.min.css --output-style 压缩"-w"
当我在浏览器中尝试http://localhost:8080 时,我收到错误: 无法访问此站点 localhost 拒绝连接。
我之前成功运行过其他 NodeJS 程序。在 Windows 10 上运行。
【问题讨论】:
标签: node.js