dimanche 13 décembre 2020

Ember.js with Yarn: Cannot find module './_baseUniq' (Works with NPM)

Recently, I'm get that error above when using Ember.js project with Yarn, not occurred with NPM.

The error:

Cannot find module './_baseUniq'
Require stack:
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/inquirer/node_modules/lodash/uniq.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/inquirer/lib/prompts/expand.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/inquirer/lib/inquirer.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/@ember/optional-features/features/application-template-wrapper.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/@ember/optional-features/features.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/@ember/optional-features/index.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/models/package-info-cache/package-info.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/models/package-info-cache/index.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/models/project.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/utilities/get-config.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/utilities/instrumentation.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/lib/cli/index.js
- /mnt/82eb80d7-628c-41a3-b046-c40ab727aaaf/home/wellington/projetos/hotsoft/lisweb_frontend/node_modules/ember-cli/bin/ember


Stack Trace and Error Report: /tmp/error.dump.b626eaa199e9d3b0c084265efd7f89ea.log
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

The gist: https://gist.github.com/wellington1993/2162ea65802e43fbbb6b7669559ee6db

The package.json file: https://gist.github.com/wellington1993/2162ea65802e43fbbb6b7669559ee6db#file-package-json

The Yarn.lock file: https://gist.github.com/wellington1993/2162ea65802e43fbbb6b7669559ee6db#file-yarn-lock

The project(Public available for limited time): https://github.com/hotsoft-informatica/lisweb_frontend

The error log file: https://gist.github.com/wellington1993/2162ea65802e43fbbb6b7669559ee6db#file-error-dump-b626eaa199e9d3b0c084265efd7f89ea-log

The Yarn install output: https://gist.github.com/wellington1993/2162ea65802e43fbbb6b7669559ee6db#file-1-yarn-install

Anyone have ideias to solve that problem?

Thanks!




Aucun commentaire:

Enregistrer un commentaire