You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to install your component but I have some issues with. When I try to compile, I have this error :
internal/validators.js:124
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at validateString (internal/validators.js:124:11)
at Object.resolve (path.js:980:7)
at afterResolveFn (/var/www/project/node_modules/offline-plugin/lib/index.js:213:42)
at Hook.eval [as callAsync] (eval at create (/var/www/project/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:7:1)
at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/var/www/project/node_modules/tapable/lib/Hook.js:18:14)
at /var/www/project/node_modules/webpack/lib/NormalModuleFactory.js:287:30
at eval (eval at create (/var/www/project/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
at /var/www/project/node_modules/webpack/lib/NormalModuleFactory.js:550:7
at /var/www/project/node_modules/webpack/lib/NormalModuleFactory.js:117:11
at /var/www/project/node_modules/webpack/lib/NormalModuleFactory.js:582:8 {
code: 'ERR_INVALID_ARG_TYPE'
}
Any idea where is the problem ? I just added the plugin and used it without options.
The text was updated successfully, but these errors were encountered:
Hello guys !
Im trying to install your component but I have some issues with. When I try to compile, I have this error :
Any idea where is the problem ? I just added the plugin and used it without options.
The text was updated successfully, but these errors were encountered: