NIFCLOUD-mbaas / ncmb_js

ニフクラ mobile backend JavaScript SDK
https://mbaas.nifcloud.com
Other
28 stars 27 forks source link

babel-node 環境下での only one instance of babel/polyfill is allowed エラー #219

Closed ichiwa closed 5 years ago

ichiwa commented 6 years ago

不具合の概要(Description of bug)

test.js

var NCMB = require("ncmb");
$ npm install --g @babel/core @babel/node
$ npx babel-node test.js
  throw new Error("only one instance of babel/polyfill is allowed");
  ^

Error: only one instance of babel/polyfill is allowed