通过npm安装Sass时出错,这与node-gyp有关

时间:2019-06-28 01:50:02

标签: npm sass node-gyp fsevents

在MacOS上通过npm安装Sass时出现以下错误。我已独立安装let accounts = [ { details: { company_name: "company_name", email, password: "asdf", }, find: [ "_id", "company_name", "email", "type", ], type: "creator" }, { details: { email, first_name: "first_name", last_name: "last_name", password: "asdf", }, find: [ "_id", "email", "first_name", "last_name", "type", ], type: "user" }, ] describe.each(accounts)( "%s", // <-- access the 'type' key, e.g. account.type function (account) { // test code } ) 并重新启动计算机等。有什么想法吗?

fsevents

0 个答案:

没有答案