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
I'm following the quickstart in https://frint.js.org/docs. I installed frint, I initialized an example app, but, when I execute npm install, throw those errors:
npm ERR! While resolving: frint-kitchensink@0.0.1
npm ERR! Found: webpack@3.12.0
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"1 || 2 || ^2.1.0-beta || ^2.2.0-rc" from babel-loader@6.4.1
npm ERR! node_modules/babel-loader
npm ERR! dev babel-loader@"^6.2.9" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
I'm following the quickstart in https://frint.js.org/docs. I installed frint, I initialized an example app, but, when I execute npm install, throw those errors:
my package.sjon
The text was updated successfully, but these errors were encountered: