Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Error from NPM run


Trying to install asp.net CORE

NPM ver: 10.2.4
YARN ver: 1.22.21

I have removed "type": "module", from package.json
I have added "resolutions": {
"gulp-dart-sass/sass": "1.70.0"
}, to package.json and deleted node_modules folder and lock files.

Now when I run npm run build --demo1
I get the following error:

[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


Hi Nick Buckland

May I know if you are using Mac or Windows? In the meantime, could you please use gulp --demo1 to rebuild the assets?

Thank you



I am running on Windows.

When I run gulp, the script appears to run however the wwwroot/assests folder only contains a /plugins folder

Using gulp config file: "../../gulp.config.js"
[09:41:28] Using gulpfile C:\xxxxxxxxWeb\_keenthemes\tools\gulpfile.js
[09:41:28] Starting 'default'...
[09:41:28] Starting 'cleanTask'...
[09:41:29] Finished 'cleanTask' after 463 ms
[09:41:29] Starting 'buildBundleTask'...
[09:41:29] Finished 'buildBundleTask' after 139 ms
[09:41:29] Finished 'default' after 609 ms

Result:
Directory: C:\xxxxWeb\wwwroot\assets


Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 04/03/2024 09:41 plugins
-a---- 20/02/2024 10:11 6148 .DS_Store



Hi Nick Buckland

Sorry for the inconvenience. We have this issue in Windows. In the meantime, please use this workaround for the webpack build.

In file /tools/webpack.config.js somewhere in line between 115 - 118. Please change the code with the line below.


entries["js/widgets.bundle"] = (glob.sync(path.relative("./", srcPath).replaceAll(/\\/g, "/") + "/js/widgets/**/!(_)*.js") || []).map(file => {
return file.replaceAll(/\\/g, "/");
});



Ah brilliant, that has now worked using npm run build --demo1

Thank you



Thank you, we will apply this fix in the upcoming updates.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(