Code Monkey home page Code Monkey logo

Comments (7)

dvarelae858 avatar dvarelae858 commented on June 4, 2024 7

I manage to solve this issue:

1 -) resolve the peer depencency conflic between monaco-editor and monaco-editor-webpack-plugin
ej:
I Used these versions
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.8.1"

2 -) install spawn-sync package using npm

3 -) install ttf-loader package using npm

4 -) change webpack.config.js file, search this section:
plugins: [
new MonacoWebpackPlugin(),
],

and change it for this one:

plugins: [
new MonacoWebpackPlugin({
features: ['!gotoSymbol'],
}),
],

5 -) add the following loader module config into webpack.config.js, goes into the modules->rules array

{
test: /.ttf$/,
use: [
{
loader: 'ttf-loader',
options: {
name: './font/[hash].[ext]',
},
},
]
}

6 -) run npm install
7 -) run audit fix...
8 -) execute npm run webpack-production
9 -) execute npm run electron-packager

  1. that's it,

please tellme if these steps worked for you.

from reactide.

jerome-diver avatar jerome-diver commented on June 4, 2024 1

i see also all the bug deprectated list and i'm thinking this project is no more maintain and is now dead.

from reactide.

ketankshukla avatar ketankshukla commented on June 4, 2024

What a shame. This could have been something.

from reactide.

kneazi2013 avatar kneazi2013 commented on June 4, 2024

image

from reactide.

WilldelaVega777 avatar WilldelaVega777 commented on June 4, 2024

I can't believe how such a great product is so much broken, I can't compile this, it seems to hate windows.

image

image

My package.json with the dependencies as you specified in a previous post:

image

Any ideas? Guys, it really hurts to see such a great idea not working :( :( :(

from reactide.

EnricoBeltramo avatar EnricoBeltramo commented on June 4, 2024

Is it a dead project? I have to start coding in react and better to know before waste time with a closed ide project

from reactide.

knockshore avatar knockshore commented on June 4, 2024

microsoft/monaco-editor-webpack-plugin#92

Follow instructions in above thread.

from reactide.

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.