You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. How do i use this repository instead of npm i novel?
I wanted to clone this repository so i would cherry-pick commits from different pull-requestes, so my novel node_module would be updated with solutions provided by others, and this way i wont need to depend on updates provided by @steven-tey (creator of novel).
But i don't know how to properly import from cloned repo.
I want it to be similiar to npm package, so import would work just like this import { Editor } from "novel".
Sorry if this question seems stupid, but im a begginer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. How do i use this repository instead of
npm i novel
?I wanted to clone this repository so i would cherry-pick commits from different pull-requestes, so my novel node_module would be updated with solutions provided by others, and this way i wont need to depend on updates provided by @steven-tey (creator of novel).
But i don't know how to properly import from cloned repo.
I want it to be similiar to npm package, so import would work just like this
import { Editor } from "novel"
.Sorry if this question seems stupid, but im a begginer.
Beta Was this translation helpful? Give feedback.
All reactions