编译 angular material 1.1.10出错
src/node_contextify.cc 631:assertion 'arg[1]->IsString()' faill

node -v
10.6.0
npm -v
6.1.0
node 10 版本都会出现这个问题
安装natives后可以解决
即使用命令
npm install natives
本文记录了在使用 Node.js 版本 10.6.0 和 npm 6.1.0 时,编译 Angular Material 1.1.10 出现的问题及解决办法。主要错误表现为断言失败,通过安装 natives 模块解决了该问题。
编译 angular material 1.1.10出错
src/node_contextify.cc 631:assertion 'arg[1]->IsString()' faill

node -v
10.6.0
npm -v
6.1.0
node 10 版本都会出现这个问题
安装natives后可以解决
即使用命令
npm install natives

被折叠的 条评论
为什么被折叠?