npm WARN ENOENT ENOENT: no such file or directory, open 'path/to/package.json'
npm initしよう。
nameがreact
1
$ npm install --save react react-dom babel-preset-react
npm ERR! Darwin 14.5.0
npm ERR! argv "/path/to/.anyenv/envs/ndenv/versions/5.4/bin/node" "/path/to/.anyenv/envs/ndenv/versions/5.4/bin/npm" "install" "--save" "react" "react-dom" "babel-preset-react"
npm ERR! node v5.4.0
npm ERR! npm v3.3.12
npm ERR! code ENOSELF
npm ERR! Refusing to install react as a dependency of itself
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /private/var/www/react/npm-debug.log
Alternatively, for H1 and H2, an underline-ish style:
Alt-H1
Alt-H2
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
First ordered list item
Another item
Unordered sub-list.
Actual numbers don’t matter, just that it’s a number
Ordered sub-list
And another item.
You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown).
To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅ Note that this line is separate, but within the same paragraph.⋅⋅ (This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)
Some text to show that the reference links can follow later.
Here’s our logo (hover to see the title text):
Inline-style:
Reference-style:
Inline code has back-ticks around it.
1 2
var s = "JavaScript syntax highlighting"; alert(s);
1 2
s = "Python syntax highlighting" print s
1
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
Colons can be used to align columns.
Tables
Are
Cool
col 3 is
right-aligned
$1600
col 2 is
centered
$12
zebra stripes
are neat
$1
The outer pipes (|) are optional, and you don’t need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown
Less
Pretty
Still
renders
nicely
1
2
3
> Blockquotes are very handy in email to emulate reply text. > This line is part of the same quote.
Quote break.
> This is a very long line that will still be quoted properly when it wraps. Oh boy let’s keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can putMarkdown into a blockquote.
<dl> <dt>Definition list</dt> <dd>Is something people use sometimes.</dd>
<dt>Markdown in HTML</dt> <dd>Does not work very well. Use HTML <em>tags</em>.</dd> </dl>
Three or more…
Hyphens
Asterisks
Underscores
Here’s a line for us to start with.
This line is separated from the one above by two newlines, so it will be a separate paragraph.
This line is also a separate paragraph, but… This line is only separated by a single newline, so it’s a separate line in the same paragraph.
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.