Zyre.js in react-native












0















I am currently trying to work with zyre.js in my project. I tried to npm install zyre.js and it added itself to the node_modules folder in my project. When I tried to run my application after installing this, I got no error. After adding the line const Zyre = require('zyre.js'); I get the following: The development server returned response error code:500 unable to resolve module 'events' from C:UsersUserDesktopGitHub...node_moduleszyre.jslibzyre.js ...
I cannot seem to get this to work. Any help would be much appreciated










share|improve this question























  • Does import Zyre from "zyre" show the same error?

    – squeekyDave
    Nov 14 '18 at 21:10











  • Should i uninstall zyre from my node_modules folder first then just add an import statement?

    – Ian St Pierre
    Nov 15 '18 at 15:37











  • I would uninstall the module, install it again and then try with import.

    – squeekyDave
    Nov 15 '18 at 15:39











  • I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

    – Ian St Pierre
    Nov 15 '18 at 16:39











  • I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

    – squeekyDave
    Nov 15 '18 at 16:46
















0















I am currently trying to work with zyre.js in my project. I tried to npm install zyre.js and it added itself to the node_modules folder in my project. When I tried to run my application after installing this, I got no error. After adding the line const Zyre = require('zyre.js'); I get the following: The development server returned response error code:500 unable to resolve module 'events' from C:UsersUserDesktopGitHub...node_moduleszyre.jslibzyre.js ...
I cannot seem to get this to work. Any help would be much appreciated










share|improve this question























  • Does import Zyre from "zyre" show the same error?

    – squeekyDave
    Nov 14 '18 at 21:10











  • Should i uninstall zyre from my node_modules folder first then just add an import statement?

    – Ian St Pierre
    Nov 15 '18 at 15:37











  • I would uninstall the module, install it again and then try with import.

    – squeekyDave
    Nov 15 '18 at 15:39











  • I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

    – Ian St Pierre
    Nov 15 '18 at 16:39











  • I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

    – squeekyDave
    Nov 15 '18 at 16:46














0












0








0








I am currently trying to work with zyre.js in my project. I tried to npm install zyre.js and it added itself to the node_modules folder in my project. When I tried to run my application after installing this, I got no error. After adding the line const Zyre = require('zyre.js'); I get the following: The development server returned response error code:500 unable to resolve module 'events' from C:UsersUserDesktopGitHub...node_moduleszyre.jslibzyre.js ...
I cannot seem to get this to work. Any help would be much appreciated










share|improve this question














I am currently trying to work with zyre.js in my project. I tried to npm install zyre.js and it added itself to the node_modules folder in my project. When I tried to run my application after installing this, I got no error. After adding the line const Zyre = require('zyre.js'); I get the following: The development server returned response error code:500 unable to resolve module 'events' from C:UsersUserDesktopGitHub...node_moduleszyre.jslibzyre.js ...
I cannot seem to get this to work. Any help would be much appreciated







react-native






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 14 '18 at 20:38









Ian St PierreIan St Pierre

31




31













  • Does import Zyre from "zyre" show the same error?

    – squeekyDave
    Nov 14 '18 at 21:10











  • Should i uninstall zyre from my node_modules folder first then just add an import statement?

    – Ian St Pierre
    Nov 15 '18 at 15:37











  • I would uninstall the module, install it again and then try with import.

    – squeekyDave
    Nov 15 '18 at 15:39











  • I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

    – Ian St Pierre
    Nov 15 '18 at 16:39











  • I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

    – squeekyDave
    Nov 15 '18 at 16:46



















  • Does import Zyre from "zyre" show the same error?

    – squeekyDave
    Nov 14 '18 at 21:10











  • Should i uninstall zyre from my node_modules folder first then just add an import statement?

    – Ian St Pierre
    Nov 15 '18 at 15:37











  • I would uninstall the module, install it again and then try with import.

    – squeekyDave
    Nov 15 '18 at 15:39











  • I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

    – Ian St Pierre
    Nov 15 '18 at 16:39











  • I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

    – squeekyDave
    Nov 15 '18 at 16:46

















Does import Zyre from "zyre" show the same error?

– squeekyDave
Nov 14 '18 at 21:10





Does import Zyre from "zyre" show the same error?

– squeekyDave
Nov 14 '18 at 21:10













Should i uninstall zyre from my node_modules folder first then just add an import statement?

– Ian St Pierre
Nov 15 '18 at 15:37





Should i uninstall zyre from my node_modules folder first then just add an import statement?

– Ian St Pierre
Nov 15 '18 at 15:37













I would uninstall the module, install it again and then try with import.

– squeekyDave
Nov 15 '18 at 15:39





I would uninstall the module, install it again and then try with import.

– squeekyDave
Nov 15 '18 at 15:39













I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

– Ian St Pierre
Nov 15 '18 at 16:39





I npm uninstall zyre.js and tried to run my project again with success. I reinstall zyre.js (npm install zyre.js) and run my project with success. I added the import statement: import { Zyre } from 'zyre'; and it gives the same error when i tried to require zyre.js from the original problem

– Ian St Pierre
Nov 15 '18 at 16:39













I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

– squeekyDave
Nov 15 '18 at 16:46





I know links are not a helpful response but maybe this will be helpful : github.com/react-community/create-react-native-app/issues/721 I do use react-native, but I have never seen this error since I am a Linux user, hope this can help.

– squeekyDave
Nov 15 '18 at 16:46












0






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%2f53308385%2fzyre-js-in-react-native%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53308385%2fzyre-js-in-react-native%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

Florida Star v. B. J. F.

Error while running script in elastic search , gateway timeout

Adding quotations to stringified JSON object values