Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. WARNING in ./~/sqlite3/~/node-pre-gyp/lib/util/compile.js
  2. Module not found: Error: Can't resolve 'npm' in 'C:\Users\seldhur\WebstormProjects\Vector\node_modules\sqlite3\node_modules\node-pre-gyp\lib\util'
  3. @ ./~/sqlite3/~/node-pre-gyp/lib/util/compile.js 39:27-49
  4. @ ./~/sqlite3/~/node-pre-gyp/lib ^\.\/.*$
  5. @ ./~/sqlite3/~/node-pre-gyp/lib/node-pre-gyp.js
  6. @ ./~/sqlite3/lib/sqlite3.js
  7. @ ./app/components/dataSet/DataSetOptions.js
  8. @ ./app/routes.js
  9. @ ./app/containers/Root.js
  10. @ ./app/index.js
  11. @ multi react-hot-loader/patch webpack-dev-server/client?http://localhost:3000/ webpack/hot/only-dev-server ./app/index.js
  12.  
  13. WARNING in ./~/sqlite3/~/node-pre-gyp/lib/util/nw-pre-gyp/index.html
  14. Module parse failed: C:\Users\seldhur\WebstormProjects\Vector\node_modules\sqlite3\node_modules\node-pre-gyp\lib\util\nw-pre-gyp\index.html Unexpected token (1:0)
  15. You may need an appropriate loader to handle this file type.
  16. | <!doctype html>
  17. | <html>
  18. | <head>
  19. @ ./~/sqlite3/~/node-pre-gyp/lib ^\.\/.*$
  20. @ ./~/sqlite3/~/node-pre-gyp/lib/node-pre-gyp.js
  21. @ ./~/sqlite3/lib/sqlite3.js
  22. @ ./app/components/dataSet/DataSetOptions.js
  23. @ ./app/routes.js
  24. @ ./app/containers/Root.js
  25. @ ./app/index.js
  26. @ multi react-hot-loader/patch webpack-dev-server/client?http://localhost:3000/ webpack/hot/only-dev-server ./app/index.js
  27.  
  28. WARNING in ./~/node-gyp/lib/Find-VS2017.cs
  29. Module parse failed: C:\Users\seldhur\WebstormProjects\Vector\node_modules\node-gyp\lib\Find-VS2017.cs Unexpected token (7:6)
  30. You may need an appropriate loader to handle this file type.
  31. | // Usage:
  32. | // powershell -ExecutionPolicy Unrestricted -Version "2.0" -Command "&{Add-Type -Path Find-VS2017.cs; [VisualStudioConfiguration.Main]::Query()}"
  33. | using System;
  34. | using System.Text;
  35. | using System.Runtime.InteropServices;
  36. @ ./~/node-gyp/lib ^\.\/.*$
  37. @ ./~/node-gyp/lib/node-gyp.js
  38. @ ./~/sqlite3/~/node-pre-gyp/lib/util/compile.js
  39. @ ./~/sqlite3/~/node-pre-gyp/lib ^\.\/.*$
  40. @ ./~/sqlite3/~/node-pre-gyp/lib/node-pre-gyp.js
  41. @ ./~/sqlite3/lib/sqlite3.js
  42. @ ./app/components/dataSet/DataSetOptions.js
  43. @ ./app/routes.js
  44. @ ./app/containers/Root.js
  45. @ ./app/index.js
  46. @ multi react-hot-loader/patch webpack-dev-server/client?http://localhost:3000/ webpack/hot/only-dev-server ./app/index.js
  47.  
  48. WARNING in ./~/sqlite3/lib/sqlite3.js
  49. 4:14-35 Critical dependency: the request of a dependency is an expression
  50.  
  51. WARNING in ./~/sqlite3/~/node-pre-gyp/lib/pre-binding.js
  52. 19:22-48 Critical dependency: the request of a dependency is an expression
  53.  
  54. WARNING in ./~/sqlite3/~/node-pre-gyp/lib/util/versioning.js
  55. 15:20-67 Critical dependency: the request of a dependency is an expression
  56.  
  57. WARNING in ./~/ajv/lib/async.js
  58. 96:20-33 Critical dependency: the request of a dependency is an expression
  59.  
  60. WARNING in ./~/ajv/lib/async.js
  61. 119:15-28 Critical dependency: the request of a dependency is an expression
  62.  
  63. WARNING in ./~/ajv/lib/compile/index.js
  64. 13:21-34 Critical dependency: the request of a dependency is an expression
  65.  
  66. ERROR in ./~/sqlite3/~/node-pre-gyp/~/rc/index.js
  67. Module parse failed: C:\Users\seldhur\WebstormProjects\Vector\node_modules\sqlite3\node_modules\node-pre-gyp\node_modules\rc\index.js Unexpected character '#' (1:0)
  68. You may need an appropriate loader to handle this file type.
  69. | #! /usr/bin/env node
  70. | var cc   = require('./lib/utils')
  71. | var join = require('path').join
  72. @ ./~/sqlite3/~/node-pre-gyp/lib/info.js 11:13-26
  73. @ ./~/sqlite3/~/node-pre-gyp/lib ^\.\/.*$
  74. @ ./~/sqlite3/~/node-pre-gyp/lib/node-pre-gyp.js
  75. @ ./~/sqlite3/lib/sqlite3.js
  76. @ ./app/components/dataSet/DataSetOptions.js
  77. @ ./app/routes.js
  78. @ ./app/containers/Root.js
  79. @ ./app/index.js
  80. @ multi react-hot-loader/patch webpack-dev-server/client?http://localhost:3000/ webpack/hot/only-dev-server ./app/index.js
  81. webpack: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement