Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chulanovskyi-bs/39f5bc593c8e428703a8ee2311db44bd to your computer and use it in GitHub Desktop.
Save chulanovskyi-bs/39f5bc593c8e428703a8ee2311db44bd to your computer and use it in GitHub Desktop.
regular env logs
users-Mac-mini:mvp user$ npm install
npm WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.
> [email protected] install /Users/user/Documents/mvp/node_modules/sse4_crc32
> node-gyp rebuild
CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o
LIBTOOL-STATIC Release/nothing.a
CXX(target) Release/obj.target/sse42/src/sse42.o
LIBTOOL-STATIC Release/sse42.a
CXX(target) Release/obj.target/crc32c/src/crc32c.o
CXX(target) Release/obj.target/crc32c/src/table.o
SOLINK_MODULE(target) Release/crc32c.node
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
added 107 packages from 143 contributors and audited 178 packages in 9.078s
3 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
users-Mac-mini:mvp user$ npm run start
> [email protected] start /Users/user/Documents/mvp
> ts-node-dev ./index.ts
Using ts-node version 8.9.0, typescript version 3.8.2
{
fromStream: [Function: fromStream],
calculate: [Function],
hardware_support: true,
sse42_crc: [Function],
table_crc: [Function]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment