markdown 修复了奇怪的吞咽错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 修复了奇怪的吞咽错误相关的知识,希望对你有一定的参考价值。

Similar to [this person on GitHub](https://github.com/gulpjs/gulp/issues/2246)
> I am running MacOS 10.13.6 and use Homebrew to keep Node and NPM up to date. I've updated to Node '11.0.0' and NPM '6.4.1' today. I've installed Gulp '3.9.1' globally. When i try to run Gulp in my project folder i get the following error (before '11.0.0' everything worked flawlessly):

```bash
$> gulp
fs.js:25
'use strict';
^

ReferenceError: internalBinding is not defined
    at fs.js:25:1
    at req_ (/Users/danton/SitesLocal/myapp/app/public/node_modules/natives/index.js:140:5)
    at Object.req [as require] (/Users/danton/SitesLocal/myapp/app/public/node_modules/natives/index.js:54:10)
    at Object.<anonymous> (/Users/danton/SitesLocal/myapp/app/public/node_modules/graceful-fs/fs.js:1:99)
    at Module._compile (internal/modules/cjs/loader.js:707:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
    at Module.load (internal/modules/cjs/loader.js:605:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
    at Function.Module._load (internal/modules/cjs/loader.js:536:3)
    at Module.require (internal/modules/cjs/loader.js:643:17)
```

## Solution: 
`npm install natives@1.1.6`

以上是关于markdown 修复了奇怪的吞咽错误的主要内容,如果未能解决你的问题,请参考以下文章

markdown 修复Firebase功能无法启动仿真器错误

markdown Homebrew - 如何修复SSL证书验证失败错误?

markdown 修复Docker错误:找不到php_1的容器

markdown 修复“Node Sass尚不支持您当前的环境”错误

markdown 使用Git推送修复“Permission denied(publickey)”错误

markdown 使用Git推送修复“Permission denied(publickey)”错误