Skip to content

Instantly share code, notes, and snippets.

@justintoth
Created April 2, 2022 18:07
Show Gist options
  • Save justintoth/d8fde7b79e45df5f2f3310cf56d04edd to your computer and use it in GitHub Desktop.
Save justintoth/d8fde7b79e45df5f2f3310cf56d04edd to your computer and use it in GitHub Desktop.
MacBook-Pro:UI justintoth$ ns run ios
Searching for devices...
Preparing project...
webpack is watching the files...
assets by path app/images/*.png 353 KiB
asset app/images/logo_thanksgiving@3x.png 47.1 KiB [compared for emit] [from: src/app/images/logo_thanksgiving@3x.png] [copied]
asset app/images/logo_newyears@3x.png 40.3 KiB [compared for emit] [from: src/app/images/logo_newyears@3x.png] [copied]
asset app/images/logo_christmas@3x.png 35.6 KiB [compared for emit] [from: src/app/images/logo_christmas@3x.png] [copied]
+ 15 assets
assets by path fonts/*.ttf 1.94 MiB
asset fonts/fa-duotone-900.ttf 554 KiB [compared for emit] [from: src/fonts/fa-duotone-900.ttf] [copied]
asset fonts/fa-light-300.ttf 482 KiB [compared for emit] [from: src/fonts/fa-light-300.ttf] [copied]
asset fonts/fa-regular-400.ttf 443 KiB [compared for emit] [from: src/fonts/fa-regular-400.ttf] [copied]
+ 2 assets
assets by status 30.2 MiB [emitted]
asset vendor.js 22 MiB [emitted] (name: vendor) (id hint: defaultVendor)
asset bundle.js 8.12 MiB [emitted] (name: bundle)
asset runtime.js 88.4 KiB [emitted] [compared for emit] (name: runtime)
asset tns_modules/inspector_modules.js 1.22 KiB [emitted] (name: tns_modules/inspector_modules)
Entrypoint bundle 30.2 MiB = runtime.js 88.4 KiB vendor.js 22 MiB bundle.js 8.12 MiB
Entrypoint tns_modules/inspector_modules 22.1 MiB = runtime.js 88.4 KiB vendor.js 22 MiB tns_modules/inspector_modules.js 1.22 KiB
runtime modules 25.4 KiB 13 modules
orphan modules 576 bytes [orphan] 7 modules
modules by path ./node_modules/ 7.54 MiB
javascript modules 7.28 MiB 696 modules
json modules 273 KiB
modules by path ./node_modules/mdn-data/css/*.json 242 KiB 3 modules
modules by path ./node_modules/css-tree/ 30.7 KiB 2 modules
modules by path ./src/ 2.53 MiB
modules by path ./src/app/ 2.15 MiB 243 modules
modules by path ./src/sdk/ 256 KiB 68 modules
modules by path ./src/*.ts 3.98 KiB 2 modules
./src/app.scss 135 KiB [built] [code generated]
external "~/package.json" 42 bytes [optional] [built] [code generated]
ERROR in ./node_modules/source-map/lib/read-wasm.js 20:13-26
Module not found: Error: Can't resolve 'fs' in '/Users/justintoth/Dev/housters/UI/node_modules/source-map/lib'
@ ./node_modules/source-map/lib/source-map-consumer.js 17:17-44
@ ./node_modules/source-map/source-map.js 7:0-82
@ ./node_modules/stacktrace-gps/stacktrace-gps.js
@ ./node_modules/stacktrace-js/stacktrace.js
@ ./node_modules/@nativescript/firebase-crashlytics/index.ios.js 14:0-39 73:12-32
@ ./src/app/shared/services/analytics.service.ts 4:0-44
@ ./src/app/components/public/signin/signin.component.ts 9:0-78 13:0-65 126:116-135 177:37-53
@ ./src/app/app.module.ts 15:0-73
@ ./src/main.ts 4:0-45 6:69-78
ERROR in ./node_modules/source-map/lib/read-wasm.js 21:15-30
Module not found: Error: Can't resolve 'path' in '/Users/justintoth/Dev/housters/UI/node_modules/source-map/lib'
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
If you want to include a polyfill, you need to:
- add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
- install 'path-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "path": false }
@ ./node_modules/source-map/lib/source-map-consumer.js 17:17-44
@ ./node_modules/source-map/source-map.js 7:0-82
@ ./node_modules/stacktrace-gps/stacktrace-gps.js
@ ./node_modules/stacktrace-js/stacktrace.js
@ ./node_modules/@nativescript/firebase-crashlytics/index.ios.js 14:0-39 73:12-32
@ ./src/app/shared/services/analytics.service.ts 4:0-44
@ ./src/app/components/public/signin/signin.component.ts 9:0-78 13:0-65 126:116-135 177:37-53
@ ./src/app/app.module.ts 15:0-73
@ ./src/main.ts 4:0-45 6:69-78
ERROR in src/app/shared/services/analytics.service.ts:83:81 - error TS2339: Property 'title' does not exist on type 'RemoteMessage'.
83 console.log(`Received push notification! Title: ${remoteMessage.title}, Body: ${remoteMessage.body}, Data: `, remoteMessage.data);
~~~~~
ERROR in src/app/shared/services/analytics.service.ts:83:111 - error TS2339: Property 'body' does not exist on type 'RemoteMessage'.
83 console.log(`Received push notification! Title: ${remoteMessage.title}, Body: ${remoteMessage.body}, Data: `, remoteMessage.data);
~~~~
2 errors have detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
webpack 5.71.0 compiled with 4 errors in 33992 ms
Webpack compilation complete. Watching for file changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment