Skip to content
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

npm run ci leads to ENOENT /core-js/library/fn/array/from.js #223

Closed
nazreen opened this issue Mar 12, 2020 · 3 comments
Closed

npm run ci leads to ENOENT /core-js/library/fn/array/from.js #223

nazreen opened this issue Mar 12, 2020 · 3 comments

Comments

@nazreen
Copy link
Member

nazreen commented Mar 12, 2020

repro:

  • delete /node_modules folder
  • run npm ci
@nazreen
Copy link
Member Author

nazreen commented Mar 12, 2020

research: vuejs/vue-cli#3678

@nazreen
Copy link
Member Author

nazreen commented Mar 12, 2020

attempt: add the following to .babelrc

[ "@vue/app", { useBuiltIns: "entry" } ]

result: Module build failed: Error: Couldn't find preset "@vue/app" relative to directory

@nazreen
Copy link
Member Author

nazreen commented Mar 12, 2020

solution

attempt:

  • use node version 8 through nvm use 8, then
  • npm ci

result:

@nazreen nazreen closed this as completed Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant