-
Notifications
You must be signed in to change notification settings - Fork 216
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
How does one pull from git rather than npm (for latests code) #213
Comments
@LMS007 The issue is with the node version, I believe. I ran into the same issue while trying to make a PR a couple weeks ago. Can you remind me what error you're seeing? |
I'm on
A little background, I'm using browserify to wrap up my files and it does indeed work with the official npm elemental-ui version but not github.
This is the line of code that creates the errror
The entire |
Was there any error during edit: Are you using |
Nope, installed without issue
|
It is normal as the lib folder, which is the built files, is not updated on github compared to the actual npm package. |
We would also need to update the lib folder if its old e.g. if you had a lib folder before and then pulled from master again... there could be outdated files |
Well I think I recall npm when used with github repo is anyways by default not updating them except if you force it to do so? |
good point |
Sorry, dumb question but when using a github URL (rather than direct from npm), the package seems to not install the same, or at least the /lib folder is missing. Is there some build steps that need to be done? I would like to use version 0.7.x off master branch.
The text was updated successfully, but these errors were encountered: