Created
April 1, 2018 02:33
-
-
Save nzakas/4c987abf622f6f1427aefbec4f7f2dda to your computer and use it in GitHub Desktop.
Netlify Function error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nicholas@Patriot MINGW64 ~ | |
$ node -v | |
v8.10.0 | |
Nicholas@Patriot MINGW64 ~ | |
$ npm -v | |
5.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR in ./subscribe.js | |
Module build failed: Error: Cannot find module '@babel/core' | |
at Function.Module._resolveFilename (module.js:547:15) | |
at Function.Module._load (module.js:474:25) | |
at Module.require (module.js:596:17) | |
at require (internal/module.js:11:18) | |
at Object.<anonymous> (C:\Users\Nicholas\projects\personal\emails.humanwhocodes.com\node_modules\babel-loader\lib\transform.js:1:75) | |
at Module._compile (module.js:652:30) | |
at Object.Module._extensions..js (module.js:663:10) | |
at Module.load (module.js:565:32) | |
at tryModuleLoad (module.js:505:12) | |
at Function.Module._load (module.js:497:3) | |
at Module.require (module.js:596:17) | |
at require (internal/module.js:11:18) | |
at Object.<anonymous> (C:\Users\Nicholas\projects\personal\emails.humanwhocodes.com\node_modules\babel-loader\lib\cache.js:24:17) | |
at Module._compile (module.js:652:30) | |
at Object.Module._extensions..js (module.js:663:10) | |
at Module.load (module.js:565:32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment