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

Format error for the @abp/luxon package #5457

Closed
hikalkan opened this issue Sep 17, 2020 · 0 comments
Closed

Format error for the @abp/luxon package #5457

hikalkan opened this issue Sep 17, 2020 · 0 comments

Comments

@hikalkan
Copy link
Member

hikalkan commented Sep 17, 2020

There is a missing comma (,) in the abp.resourcemapping.js file of the @abp/luxon package.

If you create a solution with 3.2.0-rc.1, you need to perform the following steps;

  1. Execute yarn (or npm install) in the root folder of your MVC UI project.
  2. Open the file node_modules\@abp\luxon\abp.resourcemapping.js and change the content as shown below and save the changes:
module.exports = {
    mappings: {
        "@node_modules/luxon/build/global/*.*": "@libs/luxon/",
        "@node_modules/@abp/luxon/src/*.*": "@libs/abp/luxon/"
    }
}
  1. execute the gulp (or yarn gulp) command.

This will add the missing /wwwroot/libs/luxon folder in your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant