Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9156

「use "resolutions" to ensure only one version is installed.」←これに従っても解決できない場合

$
0
0
下記のようなエラーがでたため、package.jsonにresolutions:{}追記したけど解決しなくて頭抱えてたけど、NODE_ENV=stagingを消したら直った。 こんな事する人あんまいないと思うけど、全然ググっても出てこなかったのでメモ。 vendor.js?61b0eac928c8c8d9443a:65 Uncaught Error: Cannot use e "__Schema" from another module or realm. Ensure that there is only one instance of "graphql" in the node_modules directory. If different versions of "graphql" are the dependencies of other relied on modules, use "resolutions" to ensure only one version is installed.

Viewing all articles
Browse latest Browse all 9156

Trending Articles