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
After add and install this requirement "universal-analytics": "^0.5.3", with Yarn, into my package.json file, when I try to complie it shows this error:
% yarn dev
yarn run v1.22.19
$ encore dev
Running webpack ...
ERROR Failed to compile with 4 errors
Module build failed: Module not found:
"./node_modules/universal-analytics/lib/index.js" contains a reference to the file "querystring".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/universal-analytics/lib/index.js" contains a reference to the file "url".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/universal-analytics/lib/request.js" contains a reference to the file "http".
This file can not be found, please check it for typos or update it if the file got moved.
"./node_modules/universal-analytics/lib/request.js" contains a reference to the file "https".
This file can not be found, please check it for typos or update it if the file got moved.
webpack compiled with 5 errors
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Any hint, please? Thanks.
The text was updated successfully, but these errors were encountered:
After add and install this requirement
"universal-analytics": "^0.5.3"
, with Yarn, into mypackage.json
file, when I try to complie it shows this error:Any hint, please? Thanks.
The text was updated successfully, but these errors were encountered: