Commit e170888
committed
Add js-yaml as top-level dependency
was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174)
Error message:
ERROR in ./wrappers/yaml.js
Module not found: Error: Cannot resolve module 'js-yaml' in /home/username/gatsby-default/wrappers
@ ./wrappers/yaml.js 17:14-32
`gatsby develop` starts well after performing this change.1 parent 00d4034 commit e170888
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments