We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when doing pub serve on a project that contains a transformer I get next error:
pub serve
Unable to spawn isolate: Unhandled exception: Load Error for "file:///tmp/tmpeYi8O_/dart-1.14.0-dev.7.0/dart/third_party/pkg/pub/bin/pub.dart": Error loading file:///tmp/tmpeYi8O_/dart-1.14.0-dev.7.0/dart/third_party/pkg/pub/bin/pub.dart: FileSystemException: Cannot open file, path = '/tmp/tmpeYi8O_/dart-1.14.0-dev.7.0/dart/third_party/pkg/pub/bin/pub.dart' (OS Error: No such file or directory, errno = 2) #0 _asyncLoadErrorCallback (dart:_builtin:155) #1 _asyncLoadError (dart:_builtin:566) #2 _handleLoaderReply (dart:_builtin:383) #3 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:148)
Operating System: Linux Mint 17.0
pubspec.yaml
name: bootstrap_sass version: 3.3.6 description: Sess source files to create bootstrap themes author: Luis Vargas <[email protected]> homepage: https://github.com/luisvt/bootstrap_sass environment: sdk: '>=1.8.0 <2.0.0' dependencies: sass: ^0.4.2 transformers: - sass
The project was trying to use sass transformer to convert scss files into css.
The text was updated successfully, but these errors were encountered:
Dupe of #25423
Sorry, something went wrong.
No branches or pull requests
when doing
pub serve
on a project that contains a transformer I get next error:Operating System: Linux Mint 17.0
pubspec.yaml
The project was trying to use sass transformer to convert scss files into css.
The text was updated successfully, but these errors were encountered: