Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created April 3, 2019 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konsumer/8d14d527497a8c83ce4dc7d3fece4da5 to your computer and use it in GitHub Desktop.
Save konsumer/8d14d527497a8c83ce4dc7d3fece4da5 to your computer and use it in GitHub Desktop.
./node_modules/.bin/now dev
> Ready! Development server running at http://localhost:3000
> Running initial builds
downloading user files...
installing dependencies for user's code...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666009/user/node-server
yarn install v1.15.2
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 6.05s.
yarn cache v1.15.2
success Cleared cache.
Done in 0.19s.
writing ncc package.json...
installing dependencies for ncc...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666009/ncc
yarn install v1.15.2
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 1.20s.
yarn cache v1.15.2
success Cleared cache.
Done in 0.04s.
running user script...
preparing lambda files...
compiling entrypoint with ncc...
ncc: Version 0.17.3
ncc: Compiling file index.js
ncc: Module directory "/home/konsumer/.cache/co.zeit.now/dev/workPaths/27666009/user/node-server/node_modules/sequelize/node_modules/debug/src" attempted to require "supports-color" but could not be resolved, assuming external.
downloading user files...
installing dependencies for user's code...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666284/user/node
yarn install v1.15.2
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 5.48s.
yarn cache v1.15.2
success Cleared cache.
Done in 0.20s.
writing ncc package.json...
installing dependencies for ncc...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666284/ncc
yarn install v1.15.2
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 1.05s.
yarn cache v1.15.2
success Cleared cache.
Done in 0.04s.
running user script...
compiling entrypoint with ncc...
ncc: Version 0.17.3
ncc: Compiling file index.js
ncc: Module directory "/home/konsumer/.cache/co.zeit.now/dev/workPaths/27666284/user/node/node_modules/debug/src" attempted to require "supports-color" but could not be resolved, assuming external.
downloading user files...
installing dependencies for user's code...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666287/user/node-nodb
yarn install v1.15.2
warning package.json: No license field
info No lockfile found.
warning @demo/node-nodb@0.0.0: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.04s.
yarn cache v1.15.2
warning package.json: No license field
success Cleared cache.
Done in 0.03s.
writing ncc package.json...
installing dependencies for ncc...
installing to /home/konsumer/.cache/co.zeit.now/dev/workPaths/27666287/ncc
yarn install v1.15.2
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.98s.
yarn cache v1.15.2
success Cleared cache.
Done in 0.04s.
running user script...
compiling entrypoint with ncc...
ncc: Version 0.17.3
ncc: Compiling file index.js
> Success! Initial builds ready
> GET /
> GET /favicon.ico
> GET /node
Error: Please install sqlite3 package manually
at ConnectionManager._loadDialectModule (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:45418:15)
at new ConnectionManager (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:6577:21)
at new SqliteDialect (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:22160:30)
at new Sequelize (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:71929:20)
at Object.<anonymous> (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:43818:19)
at __webpack_require__ (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:22:30)
at startup (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:36:19)
at module.exports.module.exports (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:42:18)
at Object.<anonymous> (/tmp/zeit-fun-d43dcc50885f4/user/node/index.js:45:10)
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> (/tmp/zeit-fun-d43dcc50885f4/launcher.js:10:41)
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment