JHipster-registry blank page












0














I'm trying to compile a frontend and typed yarn start to start the frontend of jhipster-registry. However I get this error which I can't fix. Moreover, the page is either blank or I got 404. I have enclosed the whole stack trace:



    warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack/webpack.dev.js --progress --inline --hot --profile --port=9060 --watch-content-base
× 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[6].exclude should be one of these:
RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? } | [RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
-> One or multiple rule conditions
Details:
* configuration.module.rules[1].exclude should be an instance of RegExp
* configuration.module.rules[1].exclude should be a string.
* configuration.module.rules[1].exclude should be an instance of function
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[1].exclude should be an object.
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[5].exclude should be an instance of RegExp
* configuration.module.rules[5].exclude should be a string.
* configuration.module.rules[5].exclude should be an instance of function
* configuration.module.rules[5].exclude[0] should be an instance of RegExp
* configuration.module.rules[5].exclude[0]: The provided value "node_modules" is not an absolute path!
* configuration.module.rules[5].exclude[0] should be an instance of function
* configuration.module.rules[5].exclude[0] should be an array:
* inner part which I cut
* configuration.module.rules[6].exclude[0] should be an object.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.









share|improve this question
























  • you must run yarn insatll
    – georges van
    Nov 21 at 2:18










  • i’ve done that.
    – TomKo1
    Nov 21 at 8:13










  • I ran yarn upgrade then yarn install and still got the same error. :(
    – TomKo1
    Nov 21 at 9:42










  • Which version of nodejs?
    – Gaël Marziou
    Nov 21 at 10:16










  • 10.13.0 running on Windows
    – TomKo1
    Nov 21 at 10:34
















0














I'm trying to compile a frontend and typed yarn start to start the frontend of jhipster-registry. However I get this error which I can't fix. Moreover, the page is either blank or I got 404. I have enclosed the whole stack trace:



    warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack/webpack.dev.js --progress --inline --hot --profile --port=9060 --watch-content-base
× 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[6].exclude should be one of these:
RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? } | [RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
-> One or multiple rule conditions
Details:
* configuration.module.rules[1].exclude should be an instance of RegExp
* configuration.module.rules[1].exclude should be a string.
* configuration.module.rules[1].exclude should be an instance of function
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[1].exclude should be an object.
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[5].exclude should be an instance of RegExp
* configuration.module.rules[5].exclude should be a string.
* configuration.module.rules[5].exclude should be an instance of function
* configuration.module.rules[5].exclude[0] should be an instance of RegExp
* configuration.module.rules[5].exclude[0]: The provided value "node_modules" is not an absolute path!
* configuration.module.rules[5].exclude[0] should be an instance of function
* configuration.module.rules[5].exclude[0] should be an array:
* inner part which I cut
* configuration.module.rules[6].exclude[0] should be an object.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.









share|improve this question
























  • you must run yarn insatll
    – georges van
    Nov 21 at 2:18










  • i’ve done that.
    – TomKo1
    Nov 21 at 8:13










  • I ran yarn upgrade then yarn install and still got the same error. :(
    – TomKo1
    Nov 21 at 9:42










  • Which version of nodejs?
    – Gaël Marziou
    Nov 21 at 10:16










  • 10.13.0 running on Windows
    – TomKo1
    Nov 21 at 10:34














0












0








0







I'm trying to compile a frontend and typed yarn start to start the frontend of jhipster-registry. However I get this error which I can't fix. Moreover, the page is either blank or I got 404. I have enclosed the whole stack trace:



    warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack/webpack.dev.js --progress --inline --hot --profile --port=9060 --watch-content-base
× 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[6].exclude should be one of these:
RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? } | [RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
-> One or multiple rule conditions
Details:
* configuration.module.rules[1].exclude should be an instance of RegExp
* configuration.module.rules[1].exclude should be a string.
* configuration.module.rules[1].exclude should be an instance of function
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[1].exclude should be an object.
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[5].exclude should be an instance of RegExp
* configuration.module.rules[5].exclude should be a string.
* configuration.module.rules[5].exclude should be an instance of function
* configuration.module.rules[5].exclude[0] should be an instance of RegExp
* configuration.module.rules[5].exclude[0]: The provided value "node_modules" is not an absolute path!
* configuration.module.rules[5].exclude[0] should be an instance of function
* configuration.module.rules[5].exclude[0] should be an array:
* inner part which I cut
* configuration.module.rules[6].exclude[0] should be an object.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.









share|improve this question















I'm trying to compile a frontend and typed yarn start to start the frontend of jhipster-registry. However I get this error which I can't fix. Moreover, the page is either blank or I got 404. I have enclosed the whole stack trace:



    warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.
$ node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack/webpack.dev.js --progress --inline --hot --profile --port=9060 --watch-content-base
× 「wds」: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[6].exclude should be one of these:
RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? } | [RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
-> One or multiple rule conditions
Details:
* configuration.module.rules[1].exclude should be an instance of RegExp
* configuration.module.rules[1].exclude should be a string.
* configuration.module.rules[1].exclude should be an instance of function
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[1].exclude should be an object.
* configuration.module.rules[1].exclude[0] should be an instance of RegExp
* configuration.module.rules[1].exclude[0]: The provided value "./src/main/webapp/index.html" is not an absolute path!
* configuration.module.rules[1].exclude[0] should be an instance of function
* configuration.module.rules[1].exclude[0] should be an array:
[RegExp | string | function | [(recursive)] | object { and?, exclude?, include?, not?, or?, test? }]
* configuration.module.rules[1].exclude[0] should be an object.
* configuration.module.rules[5].exclude should be an instance of RegExp
* configuration.module.rules[5].exclude should be a string.
* configuration.module.rules[5].exclude should be an instance of function
* configuration.module.rules[5].exclude[0] should be an instance of RegExp
* configuration.module.rules[5].exclude[0]: The provided value "node_modules" is not an absolute path!
* configuration.module.rules[5].exclude[0] should be an instance of function
* configuration.module.rules[5].exclude[0] should be an array:
* inner part which I cut
* configuration.module.rules[6].exclude[0] should be an object.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.






spring webpack jhipster yarnpkg jhipster-registry






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 at 19:22









tk421

3,35131426




3,35131426










asked Nov 20 at 22:18









TomKo1

4918




4918












  • you must run yarn insatll
    – georges van
    Nov 21 at 2:18










  • i’ve done that.
    – TomKo1
    Nov 21 at 8:13










  • I ran yarn upgrade then yarn install and still got the same error. :(
    – TomKo1
    Nov 21 at 9:42










  • Which version of nodejs?
    – Gaël Marziou
    Nov 21 at 10:16










  • 10.13.0 running on Windows
    – TomKo1
    Nov 21 at 10:34


















  • you must run yarn insatll
    – georges van
    Nov 21 at 2:18










  • i’ve done that.
    – TomKo1
    Nov 21 at 8:13










  • I ran yarn upgrade then yarn install and still got the same error. :(
    – TomKo1
    Nov 21 at 9:42










  • Which version of nodejs?
    – Gaël Marziou
    Nov 21 at 10:16










  • 10.13.0 running on Windows
    – TomKo1
    Nov 21 at 10:34
















you must run yarn insatll
– georges van
Nov 21 at 2:18




you must run yarn insatll
– georges van
Nov 21 at 2:18












i’ve done that.
– TomKo1
Nov 21 at 8:13




i’ve done that.
– TomKo1
Nov 21 at 8:13












I ran yarn upgrade then yarn install and still got the same error. :(
– TomKo1
Nov 21 at 9:42




I ran yarn upgrade then yarn install and still got the same error. :(
– TomKo1
Nov 21 at 9:42












Which version of nodejs?
– Gaël Marziou
Nov 21 at 10:16




Which version of nodejs?
– Gaël Marziou
Nov 21 at 10:16












10.13.0 running on Windows
– TomKo1
Nov 21 at 10:34




10.13.0 running on Windows
– TomKo1
Nov 21 at 10:34

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53402443%2fjhipster-registry-blank-page%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53402443%2fjhipster-registry-blank-page%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Wiesbaden

To store a contact into the json file from server.js file using a class in NodeJS

Marschland