Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error-in-copy-webpack-plugin #6

Open
JohnHour89 opened this issue Jan 25, 2018 · 3 comments
Open

Error-in-copy-webpack-plugin #6

JohnHour89 opened this issue Jan 25, 2018 · 3 comments

Comments

@JohnHour89
Copy link

Hi, Sir, I have an error in copy-webpack-plugin error in the screenshot below, please help. Thank you.

image

@supnate
Copy link
Owner

supnate commented Jan 25, 2018

Hi @JohnHour89 ,

Thanks for reporting this. The repo here has been deprecated. You should clone https://github.com/supnate/rekit instead and start rekit-portal there.

@JohnHour89
Copy link
Author

Hi @supnate ,

I have already try to run it but it is still have the same error.

@supnate
Copy link
Owner

supnate commented Jan 25, 2018

Sorry, I should have mentioned you need to install lerna to init the rekit (not in packages/rekit-portal) as a monorepo.

Alternatively, if you just want to simply start rekit-portal, you could edit the webpack-config.js. under rekit-portal folder. Update to the following code:

new CopyWebpackPlugin([
        {
          from: '../node_modules/monaco-editor/min/vs',
          to: 'vs',
        },
....

That is, find the correct position of monoco-editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants