Nodemon: Crash saat dimulai

Dibuat pada 27 Jun 2018  ·  4Komentar  ·  Sumber: remy/nodemon

  • nodemon -v : 1.17.5
  • node -v : 8.11.3/9.0.0/10.5.0 (tidak ada yang berfungsi)
  • Sistem operasi: kubuntu 18.04
  • Lingkungan desktop: kde plasma 5.12.5
  • Terminal: konsole 17.12.3
  • Perintah yang Anda jalankan: nodemon main.js

Perilaku yang diharapkan

Nodemon dimulai seperti sebelumnya. Semuanya bekerja dengan baik.

Perilaku sebenarnya

Crash dengan jejak tumpukan ini

[nodemon] 1.17.5
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node main.js`
/usr/lib/node_modules/nodemon/lib/monitor/watch.js:128
      throw e;
      ^

TypeError: Cannot read property 'prev' of undefined
    at Compiler.<anonymous> (/usr/lib/node_modules/nodemon/node_modules/nanomatch/lib/compilers.js:213:25)
    at Compiler.visit (/usr/lib/node_modules/nodemon/node_modules/snapdragon/lib/compiler.js:129:15)
    at Compiler.mapVisit (/usr/lib/node_modules/nodemon/node_modules/snapdragon/lib/compiler.js:143:12)
    at Compiler.compile (/usr/lib/node_modules/nodemon/node_modules/snapdragon/lib/compiler.js:168:10)
    at Snapdragon.compile (/usr/lib/node_modules/nodemon/node_modules/snapdragon/index.js:156:32)
    at /usr/lib/node_modules/nodemon/node_modules/micromatch/index.js:786:23
    at memoize (/usr/lib/node_modules/nodemon/node_modules/micromatch/index.js:859:13)
    at Function.micromatch.compile (/usr/lib/node_modules/nodemon/node_modules/micromatch/index.js:783:10)
    at create (/usr/lib/node_modules/nodemon/node_modules/micromatch/index.js:686:25)
    at /usr/lib/node_modules/nodemon/node_modules/micromatch/index.js:695:16

Langkah-langkah untuk mereproduksi

Aku bahkan tidak tahu. Pada sistem sebelumnya (linux mint 18) semuanya bekerja dengan baik.


-- membuang

node: v10.5.0
nodemon: 1.17.5
command: /home/exeteres/.nvm/v10.5.0/bin/node /usr/bin/nodemon main.js --dump
cwd: /home/exeteres/Projects/admin
OS: linux x64
--------------
{ run: false,
  system: { cwd: '/home/exeteres/Projects/admin' },
  required: false,
  dirs: [ '/home/exeteres/Projects/admin' ],
  timeout: 1000,
  options:
   { dump: true,
     ignore:
      [ '**/.git/**',
        '**/.nyc_output/**',
        '**/.sass-cache/**',
        '**/bower_components/**',
        '**/coverage/**',
        '**/node_modules/**',
        re: /.*.*\/\.git\/.*.*|.*.*\/\.nyc_output\/.*.*|.*.*\/\.sass\-cache\/.*.*|.*.*\/bower_components\/.*.*|.*.*\/coverage\/.*.*|.*.*\/node_modules\/.*.*/ ],
     watch: [ '*.*', re: /.*\..*/ ],
     ignoreRoot:
      [ '**/.git/**',
        '**/.nyc_output/**',
        '**/.sass-cache/**',
        '**/bower_components/**',
        '**/coverage/**',
        '**/node_modules/**' ],
     restartable: 'rs',
     colours: true,
     execMap: { py: 'python', rb: 'ruby' },
     stdin: true,
     runOnChangeOnly: false,
     verbose: false,
     signal: 'SIGUSR2',
     stdout: true,
     watchOptions: {},
     execOptions:
      { script: 'main.js',
        exec: 'node',
        args: [],
        scriptPosition: 0,
        nodeArgs: undefined,
        execArgs: [],
        ext: 'js,mjs,json',
        env: {} },
     monitor:
      [ '*.*',
        '!**/.git/**',
        '!**/.nyc_output/**',
        '!**/.sass-cache/**',
        '!**/bower_components/**',
        '!**/coverage/**',
        '!**/node_modules/**' ] },
  load: [Function],
  reset: [Function: reset],
  lastStarted: 0,
  loaded: [],
  watchInterval: null,
  signal: 'SIGUSR2',
  command:
   { raw: { executable: 'node', args: [ 'main.js' ] },
     string: 'node main.js' } }

Komentar yang paling membantu

Bug ini tepat setelah itu terjadi. Instal ulang saja untuk mendapatkan perbaikan. Lihat https://github.com/micromatch/nanomatch/issues/15 untuk info lebih lanjut.

Saya menyebabkan bug dan menambalnya setelah mengetahui apa yang terjadi. Mohon maaf atas ketidaknyamanannya dan terima kasih atas kesabaran Anda.

Semua 4 komentar

nodemon -v : 1.16.0
Tidak ada masalah seperti itu

bisa berhubungan dengan ini:
https://github.com/micromatch/nanomatch/issues/15

Saya belum melihat tambalan yang mereka sebutkan muncul

perbaikan sementara
npm install [email protected]

Bug ini tepat setelah itu terjadi. Instal ulang saja untuk mendapatkan perbaikan. Lihat https://github.com/micromatch/nanomatch/issues/15 untuk info lebih lanjut.

Saya menyebabkan bug dan menambalnya setelah mengetahui apa yang terjadi. Mohon maaf atas ketidaknyamanannya dan terima kasih atas kesabaran Anda.

Terima kasih.

Apakah halaman ini membantu?
0 / 5 - 0 peringkat