Ember.js 2.7 does not build using yarn - builds using npm

Versions:

  • ember.js 2.7, ember-data 2.7
  • ember-cli 2.9.1 // true for ember-cli 2.7 also
  • node 6.9.1, npm 3.10.9 // true for node 4.4.4 and npm 2.15.5, as well
  • Mac el capitan

Steps to play:

  • rm -Rf node_modules bower_components
  • yarn
  • bower install
  • ember s or ember build

Symptoms


Build failed.
The Broccoli Plugin: 

[Funnel: Funnel
  vendor/ember-cli-qunit/images
  /assets
 include:2] failed with:

Error: ENOENT: no such file or directory, scandir '/Users/somePath/client/tmp/funnel-input_base_path-nIg5n9K9.tmp/0/vendor/ember-cli-qunit/images/'
    at Error (native)
    at Object.fs.readdirSync (fs.js:951:18)
    at FSMonitor._measure (/Users/somePath/client/node_modules/heimdalljs-fs-monitor/index.js:66:21)
    at Object.readdirSync (/Users/somePath/client/node_modules/heimdalljs-fs-monitor/index.js:82:30)
    at _walkSync (/Users/somePath/client/node_modules/broccoli-funnel/node_modules/walk-sync/index.js:64:18)
    at Function.entries (/Users/somePath/client/node_modules/broccoli-funnel/node_modules/walk-sync/index.js:40:10)
    at Funnel.processFilters (/Users/somePath/client/node_modules/broccoli-funnel/index.js:264:26)
    at Funnel.build (/Users/somePath/client/node_modules/broccoli-funnel/index.js:202:10)
    at /Users/somePath/client/node_modules/broccoli-plugin/read_compat.js:61:34
    at tryCatch (/Users/somePath/client/node_modules/rsvp/dist/rsvp.js:538:12)

The broccoli plugin was instantiated at:
    at Funnel.Plugin (/Users/somePath/client/node_modules/broccoli-plugin/index.js:7:31)
    at new Funnel (/Users/somePath/client/node_modules/broccoli-funnel/index.js:56:10)
    at /Users/somePath/client/node_modules/ember-cli/lib/broccoli/ember-app.js:1474:12
    at Array.map (native)
    at EmberApp.otherAssets (/Users/somePath/client/node_modules/ember-cli/lib/broccoli/ember-app.js:1468:61)
    at EmberApp.toArray (/Users/somePath/client/node_modules/ember-cli/lib/broccoli/ember-app.js:1642:10)
    at EmberApp.toTree (/Users/somePath/client/node_modules/ember-cli/lib/broccoli/ember-app.js:1662:30)
    at module.exports (/Users/somePath/client/ember-cli-build.js:67:16)
    at CoreObject.setupBroccoliBuilder (/Users/somePath/client/node_modules/ember-cli/lib/models/builder.js:70:19)
    at CoreObject.init (/Users/somePath/client/node_modules/ember-cli/lib/models/builder.js:50:10)

If I do npm installafter yarn, console output:


npm WARN prefer global jshint@2.9.4 should be installed with -g
npm WARN prefer global marked@0.3.6 should be installed with -g
npm WARN prefer global node-gyp@3.3.1 should be installed with -g

> node-sass@3.10.1 install /Users/somePath/client/node_modules/node-sass
> node scripts/install.js


> node-sass@3.10.1 postinstall /Users/somePath/client/node_modules/node-sass
> node scripts/build.js

"/Users/somePath/client/node_modules/node-sass/vendor/darwin-x64-46/binding.node" exists.
 testing binary.
Binary is fine; exiting.
npm WARN prefer global npm@3.10.9 should be installed with -g

> spawn-sync@1.0.15 postinstall /Users/somePathclient/node_modules/spawn-sync
> node postinstall

auth0-ember-simple-auth@1.1.0 node_modules/auth0-ember-simple-auth

If I rm -Rf node_modulesfollow the standard one npm install, the assembly works without errors, as before.

Any ideas?

UPDATE: Diff from the node_modules folders created by npm installand yarn:


Only at yarn_node_modules / :. yarn-integrity

Only in yarn_node_modules /: ansi

Only at yarn_node_modules /: ansistyles

Only in yarn_node_modules /: archy

Only in yarn_node_modules /: async-some

Only in yarn_node_modules /: inline

yarn_node_modules/: char -spinner

yarn_node_modules/: chmodr

yarn_node_modules/: chownr

yarn_node_modules/: cmd-shim

yarn_node_modules/: columnify

yarn_node_modules/: config-chain

yarn_node_modules/: debuglog

yarn_node_modules/: defaults

yarn_node_modules/: dezalgo

yarn_node_modules/: dom-storage

yarn_node_modules/: editor

yarn_node_modules/: esprima

yarn_node_modules/: fs-vacuum

yarn_node_modules/: fs-write-stream-atomic

yarn_node_modules/: fstream-ignore

yarn_node_modules/: fstream-npm

yarn_node_modules/: github-url-from- git

yarn_node_modules/: github-url-from-username-repo

yarn_node_modules/: ic-ajax

yarn_node_modules/: iferr

yarn_node_modules/: init-package-json

yarn_node_modules/: jju

yarn_node_modules/: json-parse-helpfulerror

yarn_node_modules/: lockfile

yarn_node_modules/: lodash.pad

yarn_node_modules/: lodash.padend

yarn_node_modules/: lodash.padstart

yarn_node_modules/: normalize- git -url

yarn_node_modules/: npm-cache-filename

yarn_node_modules/: npm-install-checks

yarn_node_modules/: npm-registry-client

yarn_node_modules/: npm-user-validate

yarn_node_modules/:

yarn_node_modules/: path-is-inside

yarn_node_modules/: promzard

yarn_node_modules/: proto-list

yarn_node_modules/:

yarn_node_modules/: read-installed

yarn_node_modules/: read-package-json

yarn_node_modules/: readdir-scoped

yarn_node_modules/: -package-specifier

yarn_node_modules/:

yarn_node_modules/: sha

yarn_node_modules/: sigmund

yarn_node_modules/:

yarn_node_modules/: text-table

yarn_node_modules/: uid-number

yarn_node_modules/: umask

yarn_node_modules/: validate-npm-package-name

yarn_node_modules/: wcwidth


+4
2

. Ember-cli-qunit , , .

.yarnclean :

!

, , .

+1

. ember-cli-qunit v1.4.0 .

0

Source: https://habr.com/ru/post/1658657/


All Articles