We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I tried to install master version and got:
> fsevents@1.2.13 install ../node_modules/watchpack-chokidar2/node_modules/fsevents > node install.js internal/modules/cjs/loader.js:883 throw err; ^ Error: Cannot find module 'nan' Require stack: - ../node_modules/watchpack-chokidar2/node_modules/fsevents/[eval] at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at [eval]:1:1 at Script.runInThisContext (vm.js:133:18) at Object.runInThisContext (vm.js:310:38) at internal/process/execution.js:77:19 at [eval]-wrapper:6:22 at evalScript (internal/process/execution.js:76:60) { code: 'MODULE_NOT_FOUND', requireStack: [ '../node_modules/watchpack-chokidar2/node_modules/fsevents/[eval]' ] } gyp: Call to 'node -e "require('nan')"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (../.nvm/versions/node/v14.16.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Darwin 19.6.0 gyp ERR! command "../.nvm/versions/node/v14.16.0/bin/node" "../.nvm/versions/node/v14.16.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd ../node_modules/watchpack-chokidar2/node_modules/fsevents gyp ERR! node -v v14.16.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok
To Reproduce Steps to reproduce the behavior:
npm install
Expected behavior npm install should run without errors
The text was updated successfully, but these errors were encountered:
I have created an PR #593. Install dependency nan in project is an workaround related in fsevents/fsevents#320
nan
Sorry, something went wrong.
Merge pull request #593 from feliperfmarques/hotfix/fix-fsevents-bug
9f1a9a0
fixing issue #592
Successfully merging a pull request may close this issue.
Describe the bug
I tried to install master version and got:
To Reproduce
Steps to reproduce the behavior:
npm install
Expected behavior
npm install
should run without errorsThe text was updated successfully, but these errors were encountered: