unruledboy / WebFrontEndStack

web front end stack: browsers, platforms, libraries, frameworks, tools etc.
Apache License 2.0
2.32k stars 475 forks source link

phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101 #24

Open lihongzhai opened 5 years ago

lihongzhai commented 5 years ago

I followed the steps in readme.md, At the last step, (The vs2017 and python already installed before the steps so some commands may just go through)

After I run "npm run build", I got this error:

C:\Users\RoyLi\source\repos\DevelopmentStack>npm run build

DevelopmentStack@2.0.0 build C:\Users\RoyLi\source\repos\DevelopmentStack node index phantomjs readme

Task: phantomjs Task: readme Express started on: http://127.0.0.1:3000 Readme built successfully! phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.

phantom stdout: phantomjs://code/shim.js:1815 in send phantomjs://code/shim.js:1815 in _start phantomjs://code/shim.js:1842

Help, is there someone got same problem?