-
Notifications
You must be signed in to change notification settings - Fork 12k
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
glob' of null when trying to build #4919
Comments
same error here after updating from angular-cli to angular/cli |
same error here , I am using windows 10 |
Even ng serve is not working for me |
I am having the exact same error. I have uninstalled node entirely. brew installed node again. And installed @angular/cli from scratch. I also tried downgrading versions of cli and it still happens. What is going on? @angular/cli: 1.0.0-beta.32.3 |
I’m facing the same issue with @angular/cli 1.0.0-rc.0, and this is just angular/cli ng new app nothing fancy.
My .angular-cli.json
and package.json
|
Anyone with a fix for this? |
Debugging this a little. I'm also getting I see that I've tried:
Deleting the assets property entirely from .angular-cli.json gives me the It seems there are a couple of related issues: #4889 and #4207 My error, which may signify that it also doesn't work from /tmp/build:
|
I was facing same issue, I had run ng unit in system root directory by mistake. Once I had delete all the angular-cli files it was working
What I had don to resolve on windows-10 system.
1. Open cmd.
2. Run dir. (in Linux or mac its ls).
3. If you find angular-cli files just delete.
And it's work for me.
…Sent from my iPhone
On Mar 3, 2017, at 3:14 PM, Dominic Watson ***@***.***> wrote:
Debugging this a little. I'm also getting input of null when pushing an ng2 app. I'm only getting this when pushing to a Deis PaaS application but everything works when it's Heroku. I'm even using the same build pack but it's still not working.
I see that glob, input and output are all values of schema.json to do with the assets array for copying stuff over.
I've tried:
angular-cli rc.0 and 1
having at least 1 file inside the assets folder for copying (as it was empty)
removing my project yarn.lock to enforce npm
copying the schema.json to the root of my project and referencing it inside .angular-cli.json
node 6 and 7
Deleting the assets property entirely from .angular-cli.json gives me the input of null error so I guess that's why my ng2 project gets that error when pushing to Deis PaaS
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
In #4889 (comment), @huntsberg said:
|
Dupe of #4207, especially relevant is #4207 (comment) |
I have tried the following option to resolve the issue $ pwd $ defaults write com.apple.Finder AppleShowAllFiles true then navigate to your application path and try execute ‘ng’ command. |
1 similar comment
I have tried the following option to resolve the issue $ pwd $ defaults write com.apple.Finder AppleShowAllFiles true then navigate to your application path and try execute ‘ng’ command. |
@balr404 thanks ,it works |
Still doesn't work for me! |
works for me on 1.3.1 i also change the dev in the package from angular/cli 131 to angular cli 1.7.4 (may be optional) verify that u own the directrory (" chown groupe:user directory " on ubuntu) and try root launch for the ng (sudo) or / and |
Try sudo of ur ng first, not to have to have to reinstall if not necessary |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
Generated a new app using the CLI and did a deployment with dokku to digitalocean
The text was updated successfully, but these errors were encountered: