Skip to content

Instantly share code, notes, and snippets.

@converge
Created October 13, 2018 21:31
Show Gist options
  • Save converge/70ad3890656e0397b35e46ffca91ea8f to your computer and use it in GitHub Desktop.
Save converge/70ad3890656e0397b35e46ffca91ea8f to your computer and use it in GitHub Desktop.
WARNING in ./node_modules/sqlite3/lib/sqlite3.js 4:14-35
Critical dependency: the request of a dependency is an expression
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
WARNING in ./node_modules/node-pre-gyp/lib/pre-binding.js 20:23-49
Critical dependency: the request of a dependency is an expression
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
WARNING in ./node_modules/node-pre-gyp/lib/util/versioning.js 17:20-67
Critical dependency: the request of a dependency is an expression
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
WARNING in ./node_modules/node-pre-gyp/lib/util/compile.js
Module not found: Error: Can't resolve 'npm' in '/Users/converge/Documents/workspace/DuffGram/node_modules/node-pre-gyp/lib/util'
@ ./node_modules/node-pre-gyp/lib/util/compile.js
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
WARNING in ./node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html 1:0
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
> <!doctype html>
| <html>
| <head>
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$ ./util/nw-pre-gyp/index.html
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
WARNING in ./node_modules/node-gyp/lib/Find-VS2017.cs 7:6
Module parse failed: Unexpected token (7:6)
You may need an appropriate loader to handle this file type.
| // Usage:
| // powershell -ExecutionPolicy Unrestricted -Version "2.0" -Command "&{Add-Type -Path Find-VS2017.cs; [VisualStudioConfiguration.Main]::Query()}"
> using System;
| using System.Text;
| using System.Runtime.InteropServices;
@ ./node_modules/node-gyp/lib sync ^\.\/.*$ ./Find-VS2017.cs
@ ./node_modules/node-gyp/lib/node-gyp.js
@ ./node_modules/node-pre-gyp/lib/util/compile.js
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
ERROR in ./node_modules/node-gyp/node_modules/tar/tar.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: Invalid number (108:10)
106 | // values for the mode field
107 | var modes =
> 108 | { suid: 04000 // set uid on extraction
| ^
109 | , sgid: 02000 // set gid on extraction
110 | , svtx: 01000 // set restricted deletion flag on dirs on extraction
111 | , uread: 0400
@ ./node_modules/node-gyp/lib/install.js 19:10-24
@ ./node_modules/node-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-gyp/lib/node-gyp.js
@ ./node_modules/node-pre-gyp/lib/util/compile.js
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
ERROR in ./node_modules/node-pre-gyp/lib/info.js
Module not found: Error: Can't resolve 'aws-sdk' in '/Users/converge/Documents/workspace/DuffGram/node_modules/node-pre-gyp/lib'
@ ./node_modules/node-pre-gyp/lib/info.js 14:14-32
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
ERROR in ./node_modules/node-pre-gyp/lib/publish.js
Module not found: Error: Can't resolve 'aws-sdk' in '/Users/converge/Documents/workspace/DuffGram/node_modules/node-pre-gyp/lib'
@ ./node_modules/node-pre-gyp/lib/publish.js 18:14-32
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
ERROR in ./node_modules/node-pre-gyp/lib/unpublish.js
Module not found: Error: Can't resolve 'aws-sdk' in '/Users/converge/Documents/workspace/DuffGram/node_modules/node-pre-gyp/lib'
@ ./node_modules/node-pre-gyp/lib/unpublish.js 16:14-32
@ ./node_modules/node-pre-gyp/lib sync ^\.\/.*$
@ ./node_modules/node-pre-gyp/lib/node-pre-gyp.js
@ ./node_modules/sqlite3/lib/sqlite3.js
@ ./app/src/components/Dashboard/index.jsx
@ ./app/src/renderer_process.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment