You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But how can execute “make assets-build” on windows system ?if skip this operation execute the six operate and access http://localhost:8899 ,you can get error log "sanic.exceptions.FileNotFound“
× No entries found.
at Bundler.bundle (D:\project\web\scylla\node_modules\parcel-bundler\src\Bundler.js:275:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: cross-env NODE_ENV=production parcel build src/index.html --public-url .
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2019-07-19T13_36_45_232Z-debug.log
run "npm run start" the website can access, but port is 1234 and can't get proxy ip list , then run "python -m scylla"access http://localhost:8899,web page display "Error: File not found"
One by one according to the install document
1.git clone https://github.com/imWildCat/scylla.git
2.cd scylla
3.pip install -r requirements.txt
4.npm install # or
yarn install
5.make assets-build
6.python -m scylla
But how can execute “make assets-build” on windows system ?if skip this operation execute the six operate and access http://localhost:8899 ,you can get error log "sanic.exceptions.FileNotFound“
根据安装文档一步一步操作:
1.git clone https://github.com/imWildCat/scylla.git
2.cd scylla
3.pip install -r requirements.txt
4.npm install # or
yarn install
5.make assets-build
6.python -m scylla
但是如何在windows 操作系统下执行“make assets-build”操作? 如果跳过这一步执行第六步操作并且访问http://localhost:8899, 你将得到错误日志:"sanic.exceptions.FileNotFound”
The text was updated successfully, but these errors were encountered: