react-page / react-page

Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.
https://react-page.github.io/
MIT License
9.45k stars 637 forks source link

Cannot find module '@react-page/core'.ts #692

Closed santoshgistto closed 4 years ago

santoshgistto commented 5 years ago

Describe the bug Cannot find module '@react-page/core'.ts

Screenshot 2019-07-11 at 12 38 32 AM
macrozone commented 5 years ago

@santoshgistto how did you install react-pages? can you show us your package.json?

santoshgistto commented 5 years ago

@macrozone here is the dependencies "dependencies": { "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", "ory-editor": "^0.6.0", "ory-editor-plugins-image": "^0.6.0", "react": "^16.8.4", "react-dom": "^16.8.4", "react-jss": "^8.6.1", "react-scripts": "2.1.8", "react-tap-event-plugin": "^3.0.3" },

macrozone commented 5 years ago

@santoshgistto ory-editor was renamed to react-page, so you have to reinstall:

yarn remove ory-editor ory-editor-plugins-image
yarn add @react-page/react-page
macrozone commented 5 years ago

@santoshgistto is this solved for you?

santoshgistto commented 5 years ago

@macrozone sorry for late response Not yet tried, i will try and update you seems react-sample needs to update https://ory.gitbooks.io/editor/content/tutorials.html#reactjs-example

macrozone commented 4 years ago

@santoshgistto yes, updating the docs and example is top prio for us now. sorry for that