Bundle error while setting up development environment using es6.

Asked 2 years ago, Updated 2 years ago, 54 views

Bundle error while setting up development environment using es6. What's the problem?(Crying)

es6 environment-setup

2022-09-22 16:14

2 Answers

What kind of development environment do you set up?

If you think you set it up properly, but it doesn't work, delete node-modules, install npm, and install it again.

Also, please upload the settings in text instead of the image.


2022-09-22 16:14

An error occurred while executing the rollup -

https://rollupjs.org/guide/en

According to this document, the -c option means that you want to use the config file, but look at rollup.config.js for possible misconfiguration.


2022-09-22 16:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.