代码之家  ›  专栏  ›  技术社区  ›  user3125971

导入错误:无法从“apollo链接状态/lib”中找到模块“graphql”/bundle.umd.js

  •  3
  • user3125971  · 技术社区  · 7 年前

    npm install apollo-boost react-apollo graphql --save import ApolloClient from "apollo-boost"; 在我的index.js 但我越来越

    Uncaught Error: Cannot find module 'graphql' from 'apollo-link-state/lib/bundle.umd.js'
        at require (app.js:61)
        at expanded (app.js:34)
        at app.js:148
        at connectionRemoveConfig.test (bundle.umd.js:6)
        at bundle.umd.js:9
        at bundle.umd.js:151
        at initModule (app.js:42)
        at require (app.js:59)
        at expanded (app.js:34)
        at app.js:148
    

    package.json .

    {
      "repository": {},
      "license": "MIT",
      "scripts": {
        "deploy": "brunch build --production",
        "watch": "brunch watch --stdin"
      },
      "dependencies": {
        "apollo-boost": "^0.1.16",
        "babel-preset-react": "^6.24.1",
        "graphql": "^14.0.2",
        "phoenix": "file:../deps/phoenix",
        "phoenix_html": "file:../deps/phoenix_html",
        "react": "^16.5.1",
        "react-apollo": "^2.1.11",
        "react-dom": "^16.5.1"
      },
      "devDependencies": {
        "babel-brunch": "6.1.1",
        "brunch": "2.10.9",
        "clean-css-brunch": "2.10.0",
        "uglify-js-brunch": "2.10.0"
      }
    }
    

    谢谢你抽出时间。

    1 回复  |  直到 7 年前
        1
  •  4
  •   user3125971    7 年前

    npm install apollo-client apollo-cache-inmemory apollo-link-http react-apollo graphql-tag graphql --save