Skip to content

Instantly share code, notes, and snippets.

@bizz84
Created September 22, 2023 15:05
Show Gist options
  • Save bizz84/38e969c705d06086403966833878a6a7 to your computer and use it in GitHub Desktop.
Save bizz84/38e969c705d06086403966833878a6a7 to your computer and use it in GitHub Desktop.
0 verbose cli /usr/local/bin/firebase /snapshot/firepit/node_modules/npm/bin/npm-cli
1 info using npm@8.19.4
2 info using node@v16.16.0
3 timing npm:load:whichnode Completed in 1ms
4 timing config:load:defaults Completed in 3ms
5 timing config:load:file:/snapshot/firepit/node_modules/npm/npmrc Completed in 1ms
6 timing config:load:builtin Completed in 1ms
7 timing config:load:cli Completed in 2ms
8 timing config:load:env Completed in 1ms
9 timing config:load:file:/Users/andrea/work/codewithandrea/flutter-firebase-masterclass/complete-flutter-course-scratch/ecommerce_app/functions/.npmrc Completed in 1ms
10 timing config:load:project Completed in 1ms
11 timing config:load:file:/Users/andrea/.npmrc Completed in 1ms
12 timing config:load:user Completed in 2ms
13 timing config:load:file:/Users/andrea/.cache/firebase/runtime/npmrc Completed in 3ms
14 timing config:load:global Completed in 3ms
15 timing config:load:validate Completed in 0ms
16 timing config:load:credentials Completed in 0ms
17 timing config:load:setEnvs Completed in 1ms
18 timing config:load Completed in 17ms
19 timing npm:load:configload Completed in 17ms
20 timing npm:load:mkdirpcache Completed in 4ms
21 timing npm:load:mkdirplogs Completed in 1ms
22 verbose title npm run lint
23 verbose argv "--script-shell" "/Users/andrea/.cache/firebase/runtime/shell" "--globalconfig" "/Users/andrea/.cache/firebase/runtime/npmrc" "--scripts-prepend-node-path" "auto" "--prefix" "/Users/andrea/work/codewithandrea/flutter-firebase-masterclass/complete-flutter-course-scratch/ecommerce_app/functions" "run" "lint"
24 timing npm:load:setTitle Completed in 3ms
25 timing config:load:flatten Completed in 2ms
26 timing npm:load:display Completed in 4ms
27 verbose logfile logs-max:10 dir:/Users/andrea/.npm/_logs
28 verbose logfile /Users/andrea/.npm/_logs/2023-09-22T14_40_37_566Z-debug-0.log
29 timing npm:load:logFile Completed in 5ms
30 timing npm:load:timers Completed in 0ms
31 timing npm:load:configScope Completed in 0ms
32 timing npm:load Completed in 38ms
33 verbose stack Error: Cannot find module './commands/run-script.js'
33 verbose stack Require stack:
33 verbose stack - /snapshot/firepit/node_modules/npm/lib/npm.js
33 verbose stack - /snapshot/firepit/node_modules/npm/lib/cli.js
33 verbose stack - /snapshot/firepit/node_modules/npm/bin/npm-cli.js
33 verbose stack 1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
33 verbose stack at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
33 verbose stack at Function._resolveFilename (pkg/prelude/bootstrap.js:1951:46)
33 verbose stack at Function.Module._load (node:internal/modules/cjs/loader:778:27)
33 verbose stack at Module.require (node:internal/modules/cjs/loader:1005:19)
33 verbose stack at Module.require (pkg/prelude/bootstrap.js:1851:31)
33 verbose stack at require (node:internal/modules/cjs/helpers:102:18)
33 verbose stack at Npm.cmd (/snapshot/firepit/node_modules/npm/lib/npm.js:94:18)
33 verbose stack at async Npm.exec (/snapshot/firepit/node_modules/npm/lib/npm.js:101:21)
33 verbose stack at async /snapshot/firepit/node_modules/npm/lib/cli.js:78:5
34 verbose cwd /Users/andrea/work/codewithandrea/flutter-firebase-masterclass/complete-flutter-course-scratch/ecommerce_app
35 verbose Darwin 22.6.0
36 verbose node v16.16.0
37 verbose npm v8.19.4
38 error code MODULE_NOT_FOUND
39 error Cannot find module './commands/run-script.js'
39 error Require stack:
39 error - /snapshot/firepit/node_modules/npm/lib/npm.js
39 error - /snapshot/firepit/node_modules/npm/lib/cli.js
39 error - /snapshot/firepit/node_modules/npm/bin/npm-cli.js
39 error 1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
40 verbose exit 1
41 timing npm Completed in 49ms
42 verbose code 1
43 error A complete log of this run can be found in:
43 error /Users/andrea/.npm/_logs/2023-09-22T14_40_37_566Z-debug-0.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment