-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Could not find a file named "pubspec.yaml" in "../.pub-cache/hosted/pub.dartlang.org/term_glyph-1.0.0". #16100
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
Comments
me too... |
+ 1 |
Sorry for not responding earlier. What seems weird is
|
Not sure this could be the reason for this particular case, but I had the same error message. I've tried to add graphql-flutter to my project and used their sample app as a guide. The sample app says to add this to the dependencies section: |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! |
Error: No pubspec.yaml file found. |
@jaikumarcipher please create a question on StackOverflow. |
I have been trying to run project from the root directory itself and it definitely contains pubspec.yaml file. Still not sure why i am getting this error repeatedly. It's been the case since in migrated the project to androidX. ERROR: Error: No pubspec.yaml file found. Nothing seems to be working and i have probably gone through every issue related. Right now trying running flutter pub cache repair. Not sure if thats gonna work either. Help!!! |
I found this problem,because here:
Delect "path" Line |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Hi! I am trying to run the test drive code using android studio but I am getting this error whenever
flutter packages get
is ran:Could not find a file named "pubspec.yaml" in "/Users/../.pub-cache/hosted/pub.dartlang.org/term_glyph-1.0.0". pub get failed (66)
Just followed all of the directions on the 'Get Started' page, but this is happening when I open/start any project in android studio or try to run it in terminal. I also just successfully set it up on my old laptop a few weeks ago so I'm not sure what I missed.
flutter doctor -v results:
[✓] Flutter (Channel beta, v0.2.3, on Mac OS X 10.13.3 17D47, locale en-US) • Flutter version 0.2.3 at /Users/../flutter • Framework revision 5a58b36e36 (2 weeks ago), 2018-03-13 13:20:13 -0700 • Engine revision e61bb9ac3a • Dart version 2.0.0-dev.35.flutter-290c576264
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) • Android SDK at /Users/../Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-27, build-tools 27.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01) • All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 9.2, Build version 9C40b • ios-deploy 1.9.2 • CocoaPods version 1.4.0
[✓] Android Studio (version 3.1) • Android Studio at /Applications/Android Studio.app/Contents • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[!] IntelliJ IDEA Community Edition (version 2018.1) • IntelliJ at /Applications/IntelliJ IDEA CE.app ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. • For information about installing plugins, see https://flutter.io/intellij-setup/#installing-the-plugins
[✓] Connected devices (1 available) • SM J327V • ~~~~~~~~~ • android-arm • Android 7.0 (API 24)
! Doctor found issues in 1 category.
The text was updated successfully, but these errors were encountered: