You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"watch:sass": "nodemon -e scss -x \"npm run compile:sass\""
26
+
```
24
27
25
28
### Solution 3
26
29
@@ -36,9 +39,9 @@ On Windows you will have to escape the `"` in the autoprefixer task, just like t
36
39
37
40
## Q3: General problems
38
41
39
-
If your NPM packages don't work at all, please make sure you have at least node `v6.x.x` installed on your computer. You can check your verison with `node -v`.
42
+
If your NPM packages don't work at all, please make sure you have at least node `v6.x.x` installed on your computer. You can check your version with `node -v`.
40
43
41
-
You can also try setting all your NPM packages to the same versions used in the videos. I works like described in **Q1** of this document (`node-sass` example). These are the versions I used in the videos:
44
+
You can also try setting all your NPM packages to the same versions used in the videos. It works like described in **Q1** of this document (`node-sass` example). These are the versions I used in the videos:
42
45
43
46
```
44
47
"autoprefixer": "^7.1.4",
@@ -48,4 +51,4 @@ You can also try setting all your NPM packages to the same versions used in the
48
51
"postcss-cli": "^4.1.1"
49
52
```
50
53
51
-
I will keep this document updated if more issues arise.
54
+
**I will keep this document updated if more issues arise.**
0 commit comments