Coder Social home page Coder Social logo

Comments (4)

halsk avatar halsk commented on July 4, 2024

私の手元(OSX High Sierra) では発生していませんね。

%  ruby --version; bundle --version; node --version; npm --version
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin16]
Bundler version 1.14.6
v9.8.0
6.1.0

ターゲット変えても良いと思いますがどうでしょうか。

from mapprint.

sassy avatar sassy commented on July 4, 2024

私の手元でも再現しないです。

$  ruby --version; bundle --version; node --version; npm --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin16]
Bundler version 1.16.2
v8.10.0
6.1.0

nodeのバージョンですかね?

from mapprint.

F88 avatar F88 commented on July 4, 2024

皆さんの情報参考にさせて頂きバージョン変更で対応致します。 🙇

from mapprint.

F88 avatar F88 commented on July 4, 2024

バージョンもいくつか試してみたのですが結局 TypeScript 関連の環境依存のような印象でした。落ち着いたらまた調べてみようと思います。

diff --git a/tsconfig.json b/tsconfig.json
index 4905e60..e274a42 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,14 @@
     /* Basic Options */
     "target": "es5",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
     "module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
-    // "lib": [],                             /* Specify library files to be included in the compilation. */
+
+    "lib": [  /* Specify library files to be included in the compilation. */
+      // "es5",
+      "es2015",
+      // "es2017",
+      "dom"
+      // "scripthost"
+    ],
     "allowJs": true,                       /* Allow javascript files to be compiled. */
     "checkJs": true,                       /* Report errors in .js files. */
     "removeComments": true,                /* Do not emit comments to output. */

from mapprint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.