Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are the docs on the site for 0.14 or 1.0 alpha? #911

Closed
rchrdnsh opened this issue Oct 7, 2018 · 12 comments
Closed

Are the docs on the site for 0.14 or 1.0 alpha? #911

rchrdnsh opened this issue Oct 7, 2018 · 12 comments

Comments

@rchrdnsh
Copy link

rchrdnsh commented Oct 7, 2018

Going through the docs on the Vuepress site for 0.14 or 1.0? Nothing seems to really be working very well at this point 🤔

@ulivz
Copy link
Member

ulivz commented Oct 7, 2018

Nothing seems to really be working very well at this point ?

Are you sure? 🤔

@ulivz ulivz closed this as completed Oct 7, 2018
@rchrdnsh
Copy link
Author

rchrdnsh commented Oct 7, 2018

Yeah, nothing seems to work right and i’m getting error messages now that break the dev server. Will try again with @next and see if the same stuff is happening.

@ulivz
Copy link
Member

ulivz commented Oct 7, 2018

So why the documentation website works well?

@ulivz
Copy link
Member

ulivz commented Oct 7, 2018

Please do not pollute issue.

@rchrdnsh
Copy link
Author

rchrdnsh commented Oct 7, 2018

apologies, but I don’t understand what ‘pollute the issue’ means.

@rchrdnsh
Copy link
Author

rchrdnsh commented Oct 7, 2018

Here is a screenshot of the error I'm getting when I...

yarn global add vuepress@next

and then...

echo '# Hello VuePress' > README.md

and then run...

vuepress dev

screenshot 2018-10-06 23 56 43

I can't seem to get beyond even the first three steps to make a vuepress app, so I'm not sure what to do next.

@mAKEkr
Copy link
Contributor

mAKEkr commented Oct 7, 2018

can you tried on local install? maybe vuepress global install has problem on some environment.

try

  1. run yarn add vuepress or npm install vuepress --save
  2. installation completed, add dev script in package.json
"dev": "vuepress dev {folder}"
  1. run yarn run dev or npm run dev

@rchrdnsh
Copy link
Author

rchrdnsh commented Oct 7, 2018

apologies, but I'm not sure how to make this work. I installed vuepress@next locally, I think? then I added your dev line to the package.json file, like this...

{
  "dependencies": {
    "vuepress": "^1.0.0-alpha.8"
  },
  "dev": "vuepress dev {docs}"
}

and I run yarn run dev and I get this message...

screen shot 2018-10-07 at 10 41 59 am

so, I'm not sure what to do next...

@mAKEkr
Copy link
Contributor

mAKEkr commented Oct 7, 2018

I'm sorry. my explanation was immatured.
fix your packages.json file of these context.

"dev": "vuepress dev {docs}"

to

"scripts": {
  "dev": "vuepress dev docs"
}

and try yarn run dev command again.

@rchrdnsh
Copy link
Author

rchrdnsh commented Oct 7, 2018

ok, so a bit of progress. It seems to run ok now, but I'm taken to a 404 page, so not sure what to do next...

@jrappen
Copy link

jrappen commented Oct 29, 2018

This seems to be a duplicate of #908 which was fixed in af80c4b from v1.0.0-alpha.17 according to @ulivz

@rchrdnsh
Copy link
Author

ok, great, will check out the latest build then :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants