Giter VIP home page Giter VIP logo

zuruzuru's People

Contributors

yagijin avatar

Stargazers

 avatar

Watchers

 avatar

zuruzuru's Issues

Warning: scss conflicting order with mini-css-extract-plugin

warn chunk commons [mini-css-extract-plugin]
Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/Header/Header.module.scss
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/Footer/Footer.module.scss
   - couldn't fulfill desired order of chunk group(s) component---src-templates-blog-tsx
   - while fulfilling desired order of chunk group(s) component---src-pages-404-tsx, component---src-pages-blogs-tsx
warn chunk commons [mini-css-extract-plugin]
Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/BlogCard/BlogCard.module.scss
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/Footer/Footer.module.scss
   - couldn't fulfill desired order of chunk group(s) component---src-pages-blogs-tsx
   - while fulfilling desired order of chunk group(s) component---src-pages-index-tsx
warn chunk commons [mini-css-extract-plugin]
Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/Tags/Tags.module.scss
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[
2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[0].use[3]!./src/components/Footer/Footer.module.scss
   - couldn't fulfill desired order of chunk group(s) component---src-pages-blogs-tsx, component---src-templates-blog-tsx
   - while fulfilling desired order of chunk group(s) component---src-pages-index-tsx

ES Modules not supported, and so cannot update mdx-js to v2

mdx-jsのv2がes-modules対応していないっぽい。
公式もv1使ってるのでいったん待つ
https://www.gatsbyjs.com/docs/glossary/mdx/

 ERROR 

Error in "/Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/gatsby-plugin-mdx/gatsby-node.js": require() of ES
Module /Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/@mdx-js/mdx/index.js from
/Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/gatsby-plugin-mdx/utils/mdx.js not supported.
Instead change the require of index.js in
/Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/gatsby-plugin-mdx/utils/mdx.js to a dynamic import() which is
available in all CommonJS modules.



  Error: [ERR_REQUIRE_ESM]: require() of ES Module /Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/@mdx-js/mdx/ind
  ex.js from /Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/gatsby-plugin-mdx/utils/mdx.js not supported.
  Instead change the require of index.js in /Users/yagijin/src/github.com/yagijin/zuruzuru/node_modules/gatsby-plugin-mdx/util
  s/mdx.js to a dynamic import() which is available in all CommonJS modules.
  
  - mdx.js:1 Object.<anonymous>
    [zuruzuru]/[gatsby-plugin-mdx]/utils/mdx.js:1:13
  
  - create-mdx-node.js:3 Object.<anonymous>
    [zuruzuru]/[gatsby-plugin-mdx]/utils/create-mdx-node.js:3:13
  
  - on-create-node.js:10 Object.<anonymous>
    [zuruzuru]/[gatsby-plugin-mdx]/gatsby/on-create-node.js:10:5
  
  - gatsby-node.js:10 Object.<anonymous>
    [zuruzuru]/[gatsby-plugin-mdx]/gatsby-node.js:10:5
  
  - resolve-module-exports.js:191 resolveModuleExports
    [zuruzuru]/[gatsby]/dist/bootstrap/resolve-module-exports.js:191:26
  
  - validate.js:326 
    [zuruzuru]/[gatsby]/dist/bootstrap/load-plugins/validate.js:326:78
  
  - Array.forEach
  
  - validate.js:317 collatePluginAPIs
    [zuruzuru]/[gatsby]/dist/bootstrap/load-plugins/validate.js:317:20
  
  - index.js:46 loadPlugins
    [zuruzuru]/[gatsby]/dist/bootstrap/load-plugins/index.js:46:45
  
  - initialize.js:195 async initialize
    [zuruzuru]/[gatsby]/dist/services/initialize.js:195:28
  
  - index.js:36 async bootstrap
    [zuruzuru]/[gatsby]/dist/bootstrap/index.js:36:9
  
  - build.js:130 async build
    [zuruzuru]/[gatsby]/dist/commands/build.js:130:7
  

not finished load plugins - 0.984s

error Command failed with exit code 1.

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.