Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 7af2f65

Browse files
committed
Windows環境でnpmコマンドが動かない問題の修正
1 parent 32a4249 commit 7af2f65

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cwd": "public/"
3+
}

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Training course repository for JavaScript by mixi",
55
"main": "index.js",
66
"scripts": {
7-
"postinstall": "(cd public; $(npm bin)/bower install)",
8-
"help": "$(npm bin)/gulp help",
9-
"serve": "$(npm bin)/gulp serve",
10-
"presentation": "$(npm bin)/reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
7+
"postinstall": "bower install",
8+
"help": "gulp help",
9+
"serve": "gulp serve",
10+
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /