質問編集履歴

4

追記部分があると質問内容がややこしいので削除

2019/04/06 18:55

投稿

umauman
umauman

スコア57

test CHANGED
File without changes
test CHANGED
@@ -69,85 +69,3 @@
69
69
  }
70
70
 
71
71
  ```
72
-
73
-
74
-
75
- #【追記】コマンドプロンプト
76
-
77
- ```
78
-
79
- PS D:\test> npm install
80
-
81
-
82
-
83
- > node-sass@4.11.0 install D:\test\node_modules\node-sass
84
-
85
- > node scripts/install.js
86
-
87
-
88
-
89
- Cached binary found at C:\Users\xxx\AppData\Roaming\npm-cache\node-sass\4.11.0\win32-x64-57_binding.node
90
-
91
-
92
-
93
- > node-sass@4.11.0 postinstall D:\test\node_modules\node-sass
94
-
95
- > node scripts/build.js
96
-
97
-
98
-
99
- Binary found at D:\test\node_modules\node-sass\vendor\win32-x64-57\binding.node
100
-
101
- Testing binary
102
-
103
- Binary is fine
104
-
105
- npm notice created a lockfile as package-lock.json. You should commit this file.
106
-
107
- npm WARN test@1.0.0 No description
108
-
109
- npm WARN test@1.0.0 No repository field.
110
-
111
- npm WARN test@1.0.0 No license field.
112
-
113
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
114
-
115
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
116
-
117
-
118
-
119
- added 402 packages in 30.419s
120
-
121
- PS D:\test> npm run all
122
-
123
-
124
-
125
- > test@1.0.0 all D:\test
126
-
127
- > npm run sass && npm run autoprefixer
128
-
129
-
130
-
131
-
132
-
133
- > test@1.0.0 sass D:\test
134
-
135
- > node-sass src/sass/style.scss dist/css/style.css --output-style expanded
136
-
137
-
138
-
139
- Rendering Complete, saving .css file...
140
-
141
- Wrote CSS to D:\test\dist\css\style.css
142
-
143
-
144
-
145
- > test@1.0.0 autoprefixer D:\test
146
-
147
- > postcss dist/css/style.css --use autoprefixer --replace
148
-
149
-
150
-
151
- PS D:\test>
152
-
153
- ```

3

コマンドプロンプトの内容を追記

2019/04/06 18:55

投稿

umauman
umauman

スコア57

test CHANGED
File without changes
test CHANGED
@@ -69,3 +69,85 @@
69
69
  }
70
70
 
71
71
  ```
72
+
73
+
74
+
75
+ #【追記】コマンドプロンプト
76
+
77
+ ```
78
+
79
+ PS D:\test> npm install
80
+
81
+
82
+
83
+ > node-sass@4.11.0 install D:\test\node_modules\node-sass
84
+
85
+ > node scripts/install.js
86
+
87
+
88
+
89
+ Cached binary found at C:\Users\xxx\AppData\Roaming\npm-cache\node-sass\4.11.0\win32-x64-57_binding.node
90
+
91
+
92
+
93
+ > node-sass@4.11.0 postinstall D:\test\node_modules\node-sass
94
+
95
+ > node scripts/build.js
96
+
97
+
98
+
99
+ Binary found at D:\test\node_modules\node-sass\vendor\win32-x64-57\binding.node
100
+
101
+ Testing binary
102
+
103
+ Binary is fine
104
+
105
+ npm notice created a lockfile as package-lock.json. You should commit this file.
106
+
107
+ npm WARN test@1.0.0 No description
108
+
109
+ npm WARN test@1.0.0 No repository field.
110
+
111
+ npm WARN test@1.0.0 No license field.
112
+
113
+ npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
114
+
115
+ npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
116
+
117
+
118
+
119
+ added 402 packages in 30.419s
120
+
121
+ PS D:\test> npm run all
122
+
123
+
124
+
125
+ > test@1.0.0 all D:\test
126
+
127
+ > npm run sass && npm run autoprefixer
128
+
129
+
130
+
131
+
132
+
133
+ > test@1.0.0 sass D:\test
134
+
135
+ > node-sass src/sass/style.scss dist/css/style.css --output-style expanded
136
+
137
+
138
+
139
+ Rendering Complete, saving .css file...
140
+
141
+ Wrote CSS to D:\test\dist\css\style.css
142
+
143
+
144
+
145
+ > test@1.0.0 autoprefixer D:\test
146
+
147
+ > postcss dist/css/style.css --use autoprefixer --replace
148
+
149
+
150
+
151
+ PS D:\test>
152
+
153
+ ```

2

2019/04/06 12:07

投稿

umauman
umauman

スコア57

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字修正

2019/04/06 00:10

投稿

umauman
umauman

スコア57

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- インストールするパッケージやpackage.jsonの記述等がくわからず、助けていただけませんか?
15
+ インストールするパッケージやpackage.jsonの記述等がくわからず、助けていただけませんか?
16
16
 
17
17
 
18
18