Closed
Description
Building with webpack hrows an error:
Module not found: Error: Can't resolve 'AutoNumeric' in /VERY_LONG_PATH_TO_MY_PROJECT_DIR/node_modules/vue-autonumeric/dist'
and problem is, your package tries to import AutoNumeric
, but actual directory name is autonumeric
, in lowercase.
ln -s from AutoNumeric
to autonumeric
in my node_modules resolves the issue.