-
Notifications
You must be signed in to change notification settings - Fork 202
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
Uncaught ReferenceError: require is not defined #83
Comments
steps to reproduce? |
@egoist
node -v npm -v
|
It works totally fine for me. |
@egoist Even with the node versions that I mentioned? |
I don't think the error has anything to do with the node version, but yeah, that version works too, what's detailed error message? |
@egoist I will try reinstalling it again and get back here with some screenshots maybe. |
I guess the |
@egoist Yes, disabling the |
it works with electron but you should open that with when |
@egoist Allright cool. Do update that in the README section. 👍 |
It's already here https://github.com/egoist/vuepack/blob/master/docs/electron.md 😉 |
@egoist Ah damn I missed that 😄 |
never mind, so I'm closing this ;) |
How I tried to solve:
I installed requirejs 2.3.2 and later 2.2.0.
The error persists.
PS: Isn't this supposed to be present in the
package.json
? Or am I missing something?The text was updated successfully, but these errors were encountered: