-
Notifications
You must be signed in to change notification settings - Fork 64
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
aliases.yaml YAMLException #194
Comments
Is anyone here? :| |
- dropped support of CoffeeScript - removed package-lock.json file
Hi @incorporated777, I can't reproduce this issue,, could you please provide more details or better a test that will help to reproduce it? |
I can confirm the issue when trying to upgrade from 3.0.0 to 4.0.0:
The module.exports = function(grunt) {
var path = require('path');
require('load-grunt-config')(grunt, {
configPath: [
path.join(process.cwd(), 'config', 'grunt'),
],
});
}; And default:
- clean
- less
- copy
- npmcopy
- uglify |
Notice that e.g. |
@SolomoN-ua As for your questions: js-yaml (4.1.0)
js-yaml-js-types (1.0.0)
|
@mbrodala thx for extra information, but as far as I remember |
The filesystem agrees with Yarn:
At least by existence. Indeed |
Here are relevant entries from the js-yaml@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
argparse "^2.0.1"
js-yaml@^3.1.0, js-yaml@~3.14.0:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
js-yaml@~3.4.3:
version "3.4.6"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.4.6.tgz#6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0"
integrity sha1-a+GyP2JJ9T0pM3D9TRqqY84bTrA=
dependencies:
argparse "^1.0.2"
esprima "^2.6.0"
inherit "^2.2.2" I never got behind the mess of multiple versions of the same package in the Node world. 🤷♂️ |
@mbrodala thx for extra info, I just released "debug" version 4.0.1, could you please give it a try and if it will fail send here console output? |
Here we go:
|
@mbrodala thanks, so looks like this is an issue with js-yaml will try to create a bug there because I think there is nothing that we can do on our side. Btw, could you please provide some other details just in case if it will be needed for |
No problem:
OS is Linux in a Docker container, the host OS is also Linux though. |
@mbrodala thank you. I just created an issue for |
@mbrodala just as a workaround you can try to add |
That works indeed. But using JSON instead of YAML is already a good workaround. ;-) |
Same issue here, solved it using a JSON file, thanks for the trick. |
After upgrading to newest 4.0.0 version when trying to start grunt tasks I get error:
With one of the defined tasks:
After downgrading to version 3.0.2 everything is running smooth.
Node version: 10.16.0
aliases.yaml
definitionThe text was updated successfully, but these errors were encountered: