Skip to content
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

Server code doesn't build #19

Closed
tommck opened this issue May 9, 2017 · 5 comments
Closed

Server code doesn't build #19

tommck opened this issue May 9, 2017 · 5 comments

Comments

@tommck
Copy link

tommck commented May 9, 2017

I get this error when building:

ERROR in npm-gui.js from UglifyJs
SyntaxError: Unexpected token: punc ()) [./index.js:47,0]
@q-nick
Copy link
Owner

q-nick commented May 9, 2017

Hi Tom, could you tell me what you are trying to do? :)
Probably some dependencies are incompatible.

Anyway, this version of npm-gui won't be developed by me anymore. I started rewriting the whole app and new version will be available soon.

@tommck
Copy link
Author

tommck commented May 9, 2017

I was just trying to build it so I could fix a couple things.. I ran "npm run buildd" (extra "d"?) and got this error as part of the server build.

Is there an ETA on the new version? I'm curious. New name, new repo?

@q-nick
Copy link
Owner

q-nick commented May 9, 2017

I can't remember why there is "extra d".
Does other commands like npm run dev work without problems?
You can try to freeze depedencies, i.e. change "angular": "^1.5.8", to "angular": "v1.5.8", (repeat on all deps) and then run npm install.

Code of new version has not yet been fully published.

@tommck
Copy link
Author

tommck commented May 9, 2017

are you keeping the new version a secret? Why not code in the open? Might get help from others

@q-nick
Copy link
Owner

q-nick commented May 9, 2017

It's not a secret. I tested some new fancy features so code is a bit messy.
When I decide that code is ready I will publish source in this repo.

@q-nick q-nick closed this as completed Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants