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
create-react-app my-app installs the new app correctly. But it has Webpack 1.14 on dev-dependencies.
cleared npm-cache on %appdata%/npm-cache
checked package.tgz on npm-cache folder. This is what package.json has:
The behavior is correct. Webpack 2 support has just been merged to master a few days ago, and it will take a little while before it shows up in the stable release. The upside is it gives us some more time to test it and fix any issues. 😉
Can you reproduce the problem with latest npm?
Yes
Description
create-react-app my-app
installs the new app correctly. But it has Webpack 1.14 on dev-dependencies.cleared npm-cache on %appdata%/npm-cache
checked package.tgz on npm-cache folder. This is what
package.json
has:Expected behavior
Webpack ^2 should be installed
Actual behavior
Webpack 1.14 being installed
Environment
npm ls react-scripts
(if you haven’t ejected): react-scripts@0.9.0node -v
: 6.9.2npm -v
: 4.2.0Then, specify:
Reproducible Demo
None
The text was updated successfully, but these errors were encountered: