Skip to content

Error when using transformers and dart-1.14.0-dev.7.0-1 #25461

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

Closed
luisvt opened this issue Jan 14, 2016 · 1 comment
Closed

Error when using transformers and dart-1.14.0-dev.7.0-1 #25461

luisvt opened this issue Jan 14, 2016 · 1 comment
Labels
closed-duplicate Closed in favor of an existing report

Comments

@luisvt
Copy link

luisvt commented Jan 14, 2016

when doing pub serve on a project that contains a transformer I get next error:

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.

@kevmoo
Copy link
Member

kevmoo commented Jan 14, 2016

Dupe of #25423

@kevmoo kevmoo closed this as completed Jan 14, 2016
@kevmoo kevmoo added the closed-duplicate Closed in favor of an existing report label Jan 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants