Open peada opened 2 years ago
@mithro @mgielda @JohnDMcMaster @hcook pls help me if you have a glance
For some reasons, the scripts are somewhat broken. The following worked for me (to pass this error, managed to get js and html in dist/ folder however, they are showing blank)
In the package.json, add the scripts.build.. (don't touch the dependencies section)
{ "scripts": { "build": "vue-cli-service build", }, "dependencies": { .... } }
You might also need to install the vue-cli-service, this can be done by running the following in the root folder npm install @vue/cli-service
After doing this you will notice this is also added to the package json by npm
Thanks a lot @calvinboey Add the scripts,I success runing the flow and get the folder 'dist'. Then, I run the command " serve -s dist", in the browers input the url: localhost:3000 I cannot see anything, it is blank in the pages. Why?
Unfortunately I'm also stuck at the same issue, and have no idea how to solve it
Same question. I finally got the stuff generated in the dist
folder.
However, I cannot see anything using the url: localhost:3000, after running "npx serve dist"
Can somebody help take a look?
while I run Makefile at last step(command: make BITSTREAM=./lut.bit PART=xc7a35tcsg324-1 PRJXRAY=/workspace/home/bld/prjxray )
Has anyone else met the same question? pls ask for your help @mithro @tmichalak