-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
can not find the module "parse-server" #700
Comments
Further info for this issue - I have had to fork the repo, clone it on my laptop, run Can you help us understand why the repo must be built from |
We made some changes in how the library gets built in 2.1.3. I guess some issues snuck in. We'll make sure they are fixed in the next version. |
@dozzman all of those have been merged, we're at version 2.1.6 now. If you wanna have parse-server running on master this is what I recommend:
|
@flovilmart thanks a lot, it worked that way. I first did the check out of Sorry but i have to ask this as i am new to nodeJS and GIT and all, what i wanted to know is that i am using parse server directly from master branch in this parse-server-example. The current version of that parse-server is 2.2.0 in my repo, So how to update that repo using npm? Do i have to execute this |
Issue-429. @drew-gross Hi, That issue was concluded as future fix in 2.1.0, but even after using 2.1.3 i am facing the same issue. I am using the following index.js file.
And upon
npm start
i get the following errorError: Cannot find module 'parse-server' at Function.Module._resolveFilename (module.js:326:15) at Function.Module._load (module.js:277:25) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object.<anonymous> (D:\RND\node\parse\parse-server\index.js:5:19) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Function.Module.runMain (module.js:442:10)
The text was updated successfully, but these errors were encountered: