Giter Club home page Giter Club logo

Comments (3)

marioloncarek avatar marioloncarek commented on July 19, 2024

can you provide
node -v
packer -v
npm - v

from shopify-packer.

Codecrewtech avatar Codecrewtech commented on July 19, 2024

can you provide
node -v
packer -v
npm - v

node -v 14.7.4
packer -v 2.2.0
npm - v 6.14.14

from shopify-packer.

Codecrewtech avatar Codecrewtech commented on July 19, 2024

S D:\directory> yarn deploy
yarn run v1.22.11
$ packer build && packer deploy --nodelete
Custom webpack configuration found D:\directory\prod.config.js
D:\directory\node_modules\schema-utils\dist\validate.js:105
throw new _ValidationError.default(errors, schema, configuration);
^

ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema.

  • options should be one of these:
    object { resourceRegExp, contextRegExp? } | object { checkResource }
    Details:
    • options misses the property 'resourceRegExp'. Should be:
      RegExp
      -> A RegExp to test the request against.
    • options misses the property 'checkResource'. Should be:
      function
      -> A filter function for resource and context.
      at validate (D:\directory\node_modules\schema-utils\dist\validate.js:105:11)
      at D:\directory\node_modules\webpack\lib\util\create-schema-validation.js:16:17
      at new IgnorePlugin (D:\directory\node_modules\webpack\lib\IgnorePlugin.js:28:3)
      at Object. (D:\directory\prod.config.js:41:5)
      at Module._compile (internal/modules/cjs/loader.js:1072:14)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
      at Module.load (internal/modules/cjs/loader.js:937:32)
      at Function.Module._load (internal/modules/cjs/loader.js:778:12)
      at Module.require (internal/modules/cjs/loader.js:961:19)
      at require (internal/modules/cjs/helpers.js:92:18) {
      errors: [
      {
      keyword: 'anyOf',
      dataPath: '',
      schemaPath: '#/anyOf',
      params: {},
      message: 'should match some schema in anyOf',
      schema: [
      {
      type: 'object',
      additionalProperties: false,
      properties: { contextRegExp: [Object], resourceRegExp: [Object] },
      required: [ 'resourceRegExp' ]
      },
      {
      type: 'object',
      additionalProperties: false,
      properties: { checkResource: [Object] },
      required: [ 'checkResource' ]
      }
      ],
      parentSchema: {
      title: 'IgnorePluginOptions',
      anyOf: [
      {
      type: 'object',
      additionalProperties: false,
      properties: [Object],
      required: [Array]
      },
      {
      type: 'object',
      additionalProperties: false,
      properties: [Object],
      required: [Array]
      }
      ]
      },
      data: /^./locale$/,
      children: [
      {
      keyword: 'required',
      dataPath: '',
      schemaPath: '#/anyOf/0/required',
      params: { missingProperty: 'resourceRegExp' },
      message: "should have required property 'resourceRegExp'",
      schema: { contextRegExp: [Object], resourceRegExp: [Object] },
      parentSchema: {
      type: 'object',
      additionalProperties: false,
      properties: [Object],
      required: [Array]
      },
      data: /^./locale$/,
      children: undefined
      },
      {
      keyword: 'required',
      dataPath: '',
      schemaPath: '#/anyOf/1/required',
      params: { missingProperty: 'checkResource' },
      message: "should have required property 'checkResource'",
      schema: { checkResource: [Object] },
      parentSchema: {
      type: 'object',
      additionalProperties: false,
      properties: [Object],
      required: [Array]
      },
      data: /^./locale$/,
      children: undefined
      }
      ]
      }
      ],
      schema: {
      title: 'IgnorePluginOptions',
      anyOf: [
      {
      type: 'object',
      additionalProperties: false,
      properties: {
      contextRegExp: {
      description: 'A RegExp to test the context (directory) against.',
      instanceof: 'RegExp',
      tsType: 'RegExp'
      },
      resourceRegExp: {
      description: 'A RegExp to test the request against.',
      instanceof: 'RegExp',
      tsType: 'RegExp'
      }
      },
      required: [ 'resourceRegExp' ]
      },
      {
      type: 'object',
      additionalProperties: false,
      properties: {
      checkResource: {
      description: 'A filter function for resource and context.',
      instanceof: 'Function',
      tsType: '((resource: string, context: string) => boolean)'
      }
      },
      required: [ 'checkResource' ]
      }
      ]
      },
      headerName: 'Ignore Plugin',
      baseDataPath: 'options',
      postFormatter: null
      }

FAcing this issue now

from shopify-packer.

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.